Aspose::Font::TtfTables::TtfNameTable::DeleteRecords 方法

TtfNameTable::DeleteRecords(TtfNameTable::PlatformId, uint16_t) method

删除所有与指定平台相关的记录。

void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId)
参数类型描述
platformIdTtfNameTable::PlatformId平台标识符
platformSpecificIduint16_t平台特定编码标识符

另见

TtfNameTable::DeleteRecords(TtfNameTable::PlatformId, uint16_t, TtfNameTable::NameId) method

删除所有与传入参数相关的记录。

void Aspose::Font::TtfTables::TtfNameTable::DeleteRecords(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId, TtfNameTable::NameId nameId)
参数类型描述
platformIdTtfNameTable::PlatformId平台标识符
platformSpecificIduint16_t平台特定编码标识符
nameIdTtfNameTable::NameId名称标识符、逻辑字符串类别,由 NameId 枚举指定。

另见

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)
参数类型描述
platformIdTtfNameTable::PlatformId平台标识符
platformSpecificIduint16_t平台特定编码标识符
nameIdTtfNameTable::NameId名称标识符、逻辑字符串类别,由 NameId 枚举指定。
languageIduint16_t语言标识符

另见