Property | Type | Description | |
---|---|---|---|
count | ushort | ||
size | uint |
Method | Description | |
---|---|---|
GetData ( uint i ) : byte[] | ||
GetOffset ( uint i ) : uint | ||
GetString ( uint i ) : string | ||
GetUTFString ( uint i ) : string | ||
INDEXData ( uint offset_buf, OTFontFile.MBOBuffer bufTable ) : System | ||
StringForID ( int sid ) : string | ||
StringForID ( int sid, bool allowUTF8 ) : string | ||
StringForID ( ushort sid ) : string | ||
StringForID ( ushort sid, bool allowUTF8 ) : string |
public INDEXData ( uint offset_buf, OTFontFile.MBOBuffer bufTable ) : System | ||
offset_buf | uint | |
bufTable | OTFontFile.MBOBuffer | |
return | System |
public StringForID ( int sid, bool allowUTF8 ) : string | ||
sid | int | |
allowUTF8 | bool | |
return | string |
public StringForID ( ushort sid, bool allowUTF8 ) : string | ||
sid | ushort | |
allowUTF8 | bool | |
return | string |