Aspose::Font::TtfTables::TtfNameTable::UpdateName method

TtfNameTable::UpdateName method

Updates name in record(s) which related to specified platform (combination of platformId and platformSpecificId), category (nameId) and language (languageId).

void Aspose::Font::TtfTables::TtfNameTable::UpdateName(TtfNameTable::PlatformId platformId, uint16_t platformSpecificId, TtfNameTable::NameId nameId, uint16_t languageId, System::String newName)
ParameterTypeDescription
platformIdTtfNameTable::PlatformIdPlatform identifier
platformSpecificIduint16_tPlatform-specific encoding identifier
nameIdTtfNameTable::NameIdName identifier, logical string category, specified by NameId enumeration
languageIduint16_tLanguage identifier
newNameSystem::StringNew name or new string data

See Also