BitmapFont Class |
Namespace: FairyGUI
public class BitmapFont : BaseFont
The BitmapFont type exposes the following members.
| Name | Description | |
|---|---|---|
| BitmapFont | Initializes a new instance of the BitmapFont class |
| Name | Description | |
|---|---|---|
| AddChar | ||
| GetGlyph | (Overrides BaseFontGetGlyph(Char, GlyphInfo).) | |
| GetGlyphSize | (Overrides BaseFontGetGlyphSize(Char, Single, Single).) | |
| PrepareCharacters | (Inherited from BaseFont.) | |
| SetFormat | (Overrides BaseFontSetFormat(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.) | |
| resizable | ||
| shader |
The shader for this font object.
(Inherited from BaseFont.) | |
| size |