Property | Type | Description | |
---|---|---|---|
m_CapHeight | ushort | ||
m_CharacterComplement | byte[] | ||
m_FileName | byte[] | ||
m_FontNumber | uint | ||
m_Pitch | ushort | ||
m_Reserved | byte | ||
m_SerifStyle | byte | ||
m_StrokeWeight | sbyte | ||
m_Style | ushort | ||
m_SymbolSet | ushort | ||
m_TypeFamily | ushort | ||
m_Typeface | byte[] | ||
m_Version | OTFontFile.OTFixed | ||
m_WidthType | sbyte | ||
m_xHeight | ushort |
Method | Description | |
---|---|---|
GenerateTable ( ) : OTFontFile.OTTable | ||
PCLT_cache ( |
||
getCharacterComplement ( ) : string | ||
getFileName ( ) : string | ||
getTypeface ( ) : string | ||
setCharacterComplement ( string sCharacterComplement ) : bool | ||
setFileName ( string sFileName ) : bool | ||
setTypeface ( string sTypeface ) : bool |
public GenerateTable ( ) : OTFontFile.OTTable | ||
return | OTFontFile.OTTable |
public PCLT_cache ( |
||
OwnerTable | ||
return | System |
public setCharacterComplement ( string sCharacterComplement ) : bool | ||
sCharacterComplement | string | |
return | bool |
public setFileName ( string sFileName ) : bool | ||
sFileName | string | |
return | bool |
public setTypeface ( string sTypeface ) : bool | ||
sTypeface | string | |
return | bool |