Aspose::Font::TtfTables::TtfNameTable::AddName method
Contents
[
Hide
]TtfNameTable::AddName method
Adds entry into the table. String data category to add is specified by name parameter.
void Aspose::Font::TtfTables::TtfNameTable::AddName(TtfNameTable::NameId nameId, TtfNameTable::PlatformId platformId, int32_t platformSpecificId, int32_t languageId, System::String name)
Parameter | Type | Description |
---|---|---|
nameId | TtfNameTable::NameId | Name identifier, logical string category, specified by NameId enumeration |
platformId | TtfNameTable::PlatformId | Platform identifier |
platformSpecificId | int32_t | Platform-specific encoding identifier. Please, use value from one of such enumerations - UnicodePlatformSpecificId, MacPlatformSpecificId, MSPlatformSpecificId. What enumeration to use is defined by context (platformId parameter) |
languageId | int32_t | Language identifier. Please, use value from MSLanguageId or MacLanguageId enumerations depend from context, defined by platformId parameter. |
name | System::String | Actual string data |
See Also
- Enum NameId
- Enum PlatformId
- Class String
- Class TtfNameTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++