TtfNameTable.DeleteRecords
Contents
[
Hide
]DeleteRecords(PlatformId, ushort, NameId)
Deletes all the records related to passed parameters
public void DeleteRecords(PlatformId platformId, ushort platformSpecificId, NameId nameId)
Parameter | Type | Description |
---|---|---|
platformId | PlatformId | Platform identifier |
platformSpecificId | UInt16 | Platform-specific encoding identifier |
nameId | NameId | Name identifier, logical string category, specified by NameId enumeration |
See Also
- enum PlatformId
- enum NameId
- class TtfNameTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font
DeleteRecords(PlatformId, ushort)
Deletes all the records related to platform specified
public void DeleteRecords(PlatformId platformId, ushort platformSpecificId)
Parameter | Type | Description |
---|---|---|
platformId | PlatformId | Platform identifier |
platformSpecificId | UInt16 | Platform-specific encoding identifier |
See Also
- enum PlatformId
- class TtfNameTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font
DeleteRecords(PlatformId, ushort, NameId, ushort)
Deletes record(s) related to parameters specified
public void DeleteRecords(PlatformId platformId, ushort platformSpecificId, NameId nameId,
ushort languageId)
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 |
See Also
- enum PlatformId
- enum NameId
- class TtfNameTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font