Aspose::Font::TtfTables::TtfNameTable::DeleteRecords method
Inhalt
[
Ausblenden
]TtfNameTable::DeleteRecords(TtfNameTable::PlatformId, uint16_t) method
Löscht alle Datensätze, die zur angegebenen Plattform gehören.
void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId)
| Parameter | Typ | Beschreibung |
|---|---|---|
| platformId | TtfNameTable::PlatformId | Plattform-Identifikator |
| platformSpecificId | uint16_t | Plattform-spezifischer Kodierungsidentifikator |
Siehe auch
- Enum PlatformId
- Class TtfNameTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++
TtfNameTable::DeleteRecords(TtfNameTable::PlatformId, uint16_t, TtfNameTable::NameId) method
Löscht alle Datensätze, die zu den übergebenen Parametern gehören.
void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId, TtfNameTable::NameId nameId)
| Parameter | Typ | Beschreibung |
|---|---|---|
| platformId | TtfNameTable::PlatformId | Plattform-Identifikator |
| platformSpecificId | uint16_t | Plattform-spezifischer Kodierungsidentifikator |
| nameId | TtfNameTable::NameId | Namensidentifikator, logische Zeichenkettenkategorie, angegeben durch die NameId‑Aufzählung |
Siehe auch
- 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
Löscht Datensatz(e), die zu den angegebenen Parametern gehören.
void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId, TtfNameTable::NameId nameId, uint16_t languageId)
| Parameter | Typ | Beschreibung |
|---|---|---|
| platformId | TtfNameTable::PlatformId | Plattform-Identifikator |
| platformSpecificId | uint16_t | Plattform-spezifischer Kodierungsidentifikator |
| nameId | TtfNameTable::NameId | Namensidentifikator, logische Zeichenkettenkategorie, angegeben durch die NameId‑Aufzählung |
| languageId | uint16_t | Sprachidentifikator |
Siehe auch
- Enum PlatformId
- Enum NameId
- Class TtfNameTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++