Aspose::Font::TtfTables::TtfNameTable::DeleteRecords 方法
内容
[
隐藏
]TtfNameTable::DeleteRecords(TtfNameTable::PlatformId, uint16_t) method
删除所有与指定平台相关的记录。
void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId)
| 参数 | 类型 | 描述 |
|---|---|---|
| platformId | TtfNameTable::PlatformId | 平台标识符 |
| platformSpecificId | uint16_t | 平台特定编码标识符 |
另见
- Enum PlatformId
- Class TtfNameTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++
TtfNameTable::DeleteRecords(TtfNameTable::PlatformId, uint16_t, TtfNameTable::NameId) method
删除所有与传入参数相关的记录。
void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId, TtfNameTable::NameId nameId)
| 参数 | 类型 | 描述 |
|---|---|---|
| platformId | TtfNameTable::PlatformId | 平台标识符 |
| platformSpecificId | uint16_t | 平台特定编码标识符 |
| nameId | TtfNameTable::NameId | 名称标识符、逻辑字符串类别,由 NameId 枚举指定。 |
另见
- 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
删除与指定参数相关的记录。
void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId, TtfNameTable::NameId nameId, uint16_t languageId)
| 参数 | 类型 | 描述 |
|---|---|---|
| platformId | TtfNameTable::PlatformId | 平台标识符 |
| platformSpecificId | uint16_t | 平台特定编码标识符 |
| nameId | TtfNameTable::NameId | 名称标识符、逻辑字符串类别,由 NameId 枚举指定。 |
| languageId | uint16_t | 语言标识符 |
另见
- Enum PlatformId
- Enum NameId
- Class TtfNameTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++