Click or drag to resize

DynamicFont Class

Inheritance Hierarchy
SystemObject
  FairyGUIBaseFont
    FairyGUIDynamicFont

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class DynamicFont : BaseFont

The DynamicFont type exposes the following members.

Constructors
  NameDescription
Public methodDynamicFont
Initializes a new instance of the DynamicFont class
Top
Properties
  NameDescription
Public propertyname
The name of this font object.
(Inherited from BaseFont.)
Top
Methods
Fields
  NameDescription
Public fieldcanLight
Can this font be lighted?
(Inherited from BaseFont.)
Public fieldcanOutline
Can this font be stroked? Will be false for Bitmap fonts.
(Inherited from BaseFont.)
Public fieldcanTint
Can this font be tinted? Will be true for dynamic font and fonts generated by BMFont.
(Inherited from BaseFont.)
Public fieldcustomBold
If true, it will use extra vertices to enhance bold effect
(Inherited from BaseFont.)
Public fieldcustomBoldAndItalic
If true, it will use extra vertices to enhance bold effect ONLY when it is in italic style.
(Inherited from BaseFont.)
Public fieldhasChannel
Font generated by BMFont use channels.
(Inherited from BaseFont.)
Public fieldkeepCrisp
Keep text crisp.
(Inherited from BaseFont.)
Public fieldmainTexture
The texture of this font object.
(Inherited from BaseFont.)
Public fieldpackageItem (Inherited from BaseFont.)
Public fieldshader
The shader for this font object.
(Inherited from BaseFont.)
Top
See Also