TtfNameTable.UpdateName

TtfNameTable.UpdateName method

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

public void UpdateName(PlatformId platformId, ushort platformSpecificId, NameId nameId, 
    ushort languageId, string newName)
ParameterTypeDescription
platformIdPlatformIdPlatform identifier
platformSpecificIdUInt16Platform-specific encoding identifier
nameIdNameIdName identifier, logical string category, specified by NameId enumeration
languageIdUInt16Language identifier
newNameStringNew name or new string data

See Also