Aspose::Font::TtfTables::TtfNameTable::DeleteRecords method

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)
ParameterTypeDescription
platformIdTtfNameTable::PlatformIdPlatform identifier
platformSpecificIduint16_tPlatform-specific encoding identifier

See Also

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)
ParameterTypeDescription
platformIdTtfNameTable::PlatformIdPlatform identifier
platformSpecificIduint16_tPlatform-specific encoding identifier
nameIdTtfNameTable::NameIdName identifier, logical string category, specified by NameId enumeration

See Also

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)
ParameterTypeDescription
platformIdTtfNameTable::PlatformIdPlatform identifier
platformSpecificIduint16_tPlatform-specific encoding identifier
nameIdTtfNameTable::NameIdName identifier, logical string category, specified by NameId enumeration
languageIduint16_tLanguage identifier

See Also