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