DeleteRecords
Innehåll
[
Dölj
]DeleteRecords(PlatformId, ushort, NameId)
Tar bort alla poster relaterade till passerade parametrar
public void DeleteRecords(PlatformId platformId, ushort platformSpecificId, NameId nameId)
Parameter | Typ | Beskrivning |
---|---|---|
platformId | PlatformId | Plattformsidentifierare |
platformSpecificId | UInt16 | Plattformsspecifik kodningsidentifierare |
nameId | NameId | Namnidentifierare, logisk strängkategori, specificerad avNameId uppräkning |
Se även
- enum PlatformId
- enum NameId
- class TtfNameTable
- namnutrymme Aspose.Font.TtfTables
- hopsättning Aspose.Font
DeleteRecords(PlatformId, ushort)
Tar bort alla poster relaterade till plattform specificerad
public void DeleteRecords(PlatformId platformId, ushort platformSpecificId)
Parameter | Typ | Beskrivning |
---|---|---|
platformId | PlatformId | Plattformsidentifierare |
platformSpecificId | UInt16 | Plattformsspecifik kodningsidentifierare |
Se även
- enum PlatformId
- class TtfNameTable
- namnutrymme Aspose.Font.TtfTables
- hopsättning Aspose.Font
DeleteRecords(PlatformId, ushort, NameId, ushort)
Tar bort post(er) relaterade till parametrar specificerad
public void DeleteRecords(PlatformId platformId, ushort platformSpecificId, NameId nameId,
ushort languageId)
Parameter | Typ | Beskrivning |
---|---|---|
platformId | PlatformId | Plattformsidentifierare |
platformSpecificId | UInt16 | Plattformsspecifik kodningsidentifierare |
nameId | NameId | Namnidentifierare, logisk strängkategori, specificerad avNameId uppräkning |
languageId | UInt16 | Språkidentifierare |
Se även
- enum PlatformId
- enum NameId
- class TtfNameTable
- namnutrymme Aspose.Font.TtfTables
- hopsättning Aspose.Font