LibreOffice Module vcl (master)
1
|
Structure used by the TrueType Creator and CreateTTFromTTGlyphs() More...
#include <sft.hxx>
Public Attributes | |
sal_uInt16 | platformID |
Platform ID. More... | |
sal_uInt16 | encodingID |
Platform-specific encoding ID. More... | |
LanguageType | languageID |
Language ID. More... | |
sal_uInt16 | nameID |
Name ID. More... | |
sal_uInt16 | slen |
String length in bytes. More... | |
sal_uInt8 * | sptr |
Pointer to string data (not zero-terminated!) More... | |
Structure used by the TrueType Creator and CreateTTFromTTGlyphs()
sal_uInt16 vcl::NameRecord::encodingID |
Platform-specific encoding ID.
Definition at line 138 of file sft.hxx.
Referenced by vcl::GetTTNameRecords(), and vcl::NameRecordCompareF().
LanguageType vcl::NameRecord::languageID |
Language ID.
Definition at line 139 of file sft.hxx.
Referenced by vcl::GetTTNameRecords(), and vcl::NameRecordCompareF().
sal_uInt16 vcl::NameRecord::nameID |
Name ID.
Definition at line 140 of file sft.hxx.
Referenced by vcl::GetTTNameRecords(), and vcl::NameRecordCompareF().
sal_uInt16 vcl::NameRecord::platformID |
Platform ID.
Definition at line 137 of file sft.hxx.
Referenced by vcl::GetTTNameRecords(), and vcl::NameRecordCompareF().
sal_uInt16 vcl::NameRecord::slen |
String length in bytes.
Definition at line 141 of file sft.hxx.
Referenced by vcl::GetRawData_name(), vcl::GetTTNameRecords(), and vcl::NameRecordNewCopy().
sal_uInt8* vcl::NameRecord::sptr |
Pointer to string data (not zero-terminated!)
Definition at line 142 of file sft.hxx.
Referenced by vcl::DisposeNameRecord(), vcl::GetTTNameRecords(), and vcl::NameRecordNewCopy().