Property | Type | Description | |
---|---|---|---|
FontID | string | ||
Frequency | int | ||
HasMore | bool | ||
ID | string | ||
Images | System.Collections.Generic.List |
||
Unicode | string | ||
XOffset | float | ||
YOffset | float |
Method | Description | |
---|---|---|
AddImage ( string ImagePath ) : void | ||
Delete ( ) : void | ||
FindImage ( string ImageID ) : int | ||
GetRandomImage ( ) : string | ||
Glyph ( ) : System | ||
Glyph ( string ID, bool LoadImages ) : System | ||
HasAvailableImage ( ) : bool | ||
RefreshImages ( ) : void | ||
Save ( bool IncludeChildren ) : void | ||
ToString ( ) : string |
public Glyph ( string ID, bool LoadImages ) : System | ||
ID | string | |
LoadImages | bool | |
return | System |
public List |
||
return | System.Collections.Generic.List |