TtfNameTable.AddName
TtfNameTable.AddName method
Adds entry into the table. String data category to add is specified by name parameter.
public void AddName(NameId nameId, PlatformId platformId, int platformSpecificId, int languageId,
string name)
Parameter | Type | Description |
---|---|---|
nameId | NameId | Name identifier, logical string category, specified by NameId enumeration |
platformId | PlatformId | Platform identifier |
platformSpecificId | Int32 | Platform-specific encoding identifier. Please, use value from one of such enumerations - UnicodePlatformSpecificId , MacPlatformSpecificId , MSPlatformSpecificId . What enumeration to use is defined by context (platformId parameter) |
languageId | Int32 | Language identifier. Please, use value from MSLanguageId or MacLanguageId enumerations depend from context, defined by platformId parameter. |
name | String | Actual string data |
See Also
- enum NameId
- enum PlatformId
- class TtfNameTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font