Property | Type | Description | |
---|---|---|---|
Bold | int | ||
Fixed | int | ||
Fraktur | int | ||
Glyphs | System.Collections.Generic.List |
||
ID | string | ||
Italic | int | ||
LangID | string | ||
LineHeight | int | ||
Name | string | ||
Serif | int |
Method | Description | |
---|---|---|
AddEmptyGlyph ( string Unicode ) : string | ||
AddGlyph ( string Unicode, string ImagePath ) : void | ||
Delete ( ) : void | ||
FindGlyph ( string Unicode ) : int | ||
FixGlyphChar ( string Char ) : string | ||
Font ( ) : System | ||
Font ( string ID, bool LoadGlyphs, bool LoadImages ) : System | ||
IngestImages ( string LangName, string FontName, string BaseName, string XMLFile, string PathToImages, bool UseSubList ) : void | ||
RefreshGlyphs ( bool LoadImages ) : void | ||
Save ( bool IncludeChildren ) : void | ||
ToString ( ) : string |
public AddEmptyGlyph ( string Unicode ) : string | ||
Unicode | string | |
return | string |
public AddGlyph ( string Unicode, string ImagePath ) : void | ||
Unicode | string | |
ImagePath | string | |
return | void |
public Font ( string ID, bool LoadGlyphs, bool LoadImages ) : System | ||
ID | string | |
LoadGlyphs | bool | |
LoadImages | bool | |
return | System |
public IngestImages ( string LangName, string FontName, string BaseName, string XMLFile, string PathToImages, bool UseSubList ) : void | ||
LangName | string | |
FontName | string | |
BaseName | string | |
XMLFile | string | |
PathToImages | string | |
UseSubList | bool | |
return | void |
public RefreshGlyphs ( bool LoadImages ) : void | ||
LoadImages | bool | |
return | void |
public List |
||
return | System.Collections.Generic.List |