DynamicFont Class |
Namespace: FairyGUI
public class DynamicFont : BaseFont
The DynamicFont type exposes the following members.
Name | Description | |
---|---|---|
![]() | DynamicFont | Initializes a new instance of the DynamicFont class |
Name | Description | |
---|---|---|
![]() | GetGlyph | (Overrides BaseFont.GetGlyph(Char, GlyphInfo).) |
![]() | GetGlyphSize | (Overrides BaseFont.GetGlyphSize(Char, Single, Single).) |
![]() | PrepareCharacters | (Overrides BaseFont.PrepareCharacters(String).) |
![]() | SetFormat | (Overrides BaseFont.SetFormat(TextFormat, Single).) |
Name | Description | |
---|---|---|
![]() | canLight |
Can this font be lighted?
(Inherited from BaseFont.) |
![]() | canOutline |
Can this font be stroked? Will be false for Bitmap fonts.
(Inherited from BaseFont.) |
![]() | canTint |
Can this font be tinted? Will be true for dynamic font and fonts generated by BMFont.
(Inherited from BaseFont.) |
![]() | customBold |
If true, it will use extra vertices to enhance bold effect
(Inherited from BaseFont.) |
![]() | customBoldAndItalic |
If true, it will use extra vertices to enhance bold effect ONLY when it is in italic style.
(Inherited from BaseFont.) |
![]() | hasChannel |
Font generated by BMFont use channels.
(Inherited from BaseFont.) |
![]() | keepCrisp |
Keep text crisp.
(Inherited from BaseFont.) |
![]() | mainTexture |
The texture of this font object.
(Inherited from BaseFont.) |
![]() | packageItem | (Inherited from BaseFont.) |
![]() | shader |
The shader for this font object.
(Inherited from BaseFont.) |