Aspose::Font::TtfTables::TtfNameTable::DeleteRecords method
Contents
[
Hide
]TtfNameTable::DeleteRecords(TtfNameTable::PlatformId, uint16_t) method
Deletes all the records related to platform specified.
void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId)
Parameter | Type | Description |
---|---|---|
platformId | TtfNameTable::PlatformId | Platform identifier |
platformSpecificId | uint16_t | Platform-specific encoding identifier |
See Also
- Enum PlatformId
- Class TtfNameTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++
TtfNameTable::DeleteRecords(TtfNameTable::PlatformId, uint16_t, TtfNameTable::NameId) method
Deletes all the records related to passed parameters.
void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId, TtfNameTable::NameId nameId)
Parameter | Type | Description |
---|---|---|
platformId | TtfNameTable::PlatformId | Platform identifier |
platformSpecificId | uint16_t | Platform-specific encoding identifier |
nameId | TtfNameTable::NameId | Name identifier, logical string category, specified by NameId enumeration |
See Also
- Enum PlatformId
- Enum NameId
- Class TtfNameTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++
TtfNameTable::DeleteRecords(TtfNameTable::PlatformId, uint16_t, TtfNameTable::NameId, uint16_t) method
Deletes record(s) related to parameters specified.
void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId, TtfNameTable::NameId nameId, uint16_t languageId)
Parameter | Type | Description |
---|---|---|
platformId | TtfNameTable::PlatformId | Platform identifier |
platformSpecificId | uint16_t | Platform-specific encoding identifier |
nameId | TtfNameTable::NameId | Name identifier, logical string category, specified by NameId enumeration |
languageId | uint16_t | Language identifier |
See Also
- Enum PlatformId
- Enum NameId
- Class TtfNameTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++