| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.FontManager
Field Summary | |
| public static | EMPTY: Number |
| status constant - initialized | |
| public static | FAILED: Number |
| status constant - failed | |
| public static | fontManager |
| the singletion instance | |
| public static | LOADED: Number |
| status constant - loaded | |
| public static | LOADING: Number |
| status constant - loading | |
| public static | QUEUED: Number |
| status constant - queued | |
| public static | resourceRoot: String |
| the location of the font library resources(including trailing slash) | |
Method Summary | |
| public | getFontInfo ( fontName: String ): Object |
| Returns the font info object | |
| public | loadFont ( fontName: String ): Void |
| Load the specifed font | |
| public | registerFont ( fontName: String ): Void |
| Registers an embeddedfont as being loaded | |
| public | registerTextField ( textField: TextField, fontName: String ): Void |
| Registers a TextField as using an embedded font | |
| public static var EMPTY: Number |
| status constant - initialized |
| public static var FAILED: Number |
| status constant - failed |
| public static var fontManager |
| the singletion instance |
| public static var LOADED: Number |
| status constant - loaded |
| public static var LOADING: Number |
| status constant - loading |
| public static var QUEUED: Number |
| status constant - queued |
| public static var resourceRoot: String |
| the location of the font library resources(including trailing slash) |
|
| Returns the font info object | |||
|
|
| Load the specifed font | |||
|
|
| Registers an embeddedfont as being loaded | |||
|
|
| Registers a TextField as using an embedded font | ||||||
|