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)
Parameter | Type | Description |
---|---|---|
platformId | PlatformId | Platform identifier |
platformSpecificId | UInt16 | Platform-specific encoding identifier |
nameId | NameId | Name identifier, logical string category, specified by NameId enumeration |
languageId | UInt16 | Language identifier |
newName | String | New name or new string data |
See Also
- enum PlatformId
- enum NameId
- class TtfNameTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font