Свойство | Тип | Описание | |
---|---|---|---|
FontLibrary | FontLibrary | ||
PGF | IPGF |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
Font ( FontLibrary FontLibrary, IPGF PGF ) : System | ||
GetCharInfo ( ushort CharCode ) : FontCharInfo | ||
GetGlyph ( ushort CharCode ) : IGlyph |
Метод | Описание | |
---|---|---|
GetFontInfo ( ) : |
public Font ( FontLibrary FontLibrary, IPGF PGF ) : System | ||
FontLibrary | FontLibrary | |
PGF | IPGF | |
Результат | System |
public GetCharInfo ( ushort CharCode ) : FontCharInfo | ||
CharCode | ushort | |
Результат | FontCharInfo |
public GetGlyph ( ushort CharCode ) : IGlyph | ||
CharCode | ushort | |
Результат | IGlyph |