| Package | Description |
|---|---|
| com.aspose.font |
The com.aspose.font is a root package for all classes that deal with fonts.
|
| Modifier and Type | Method and Description |
|---|---|
static PlatformId |
PlatformId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformId[] |
PlatformId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TtfNameTable.addMultiLanguageNames(MultiLanguageString mlNames,
PlatformId platformId,
int platformSpecificId,
NameId nameId)
Extracts all multilingual strings from passed
mlNames object and
creates correspondent NameRecord structure for every string extracted using passed
parameters platformId, platformSpecificId and nameId. |
void |
TtfNameTable.addName(NameId nameId,
PlatformId platformId,
int platformSpecificId,
int languageId,
String name)
Adds entry into the table.
|
void |
TtfNameTable.deleteRecords(PlatformId platformId,
int platformSpecificId)
Deletes all the records related to platform specified
|
void |
TtfNameTable.deleteRecords(PlatformId platformId,
int platformSpecificId,
NameId nameId)
Deletes all the records related to passed parameters
|
void |
TtfNameTable.deleteRecords(PlatformId platformId,
int platformSpecificId,
NameId nameId,
int languageId)
Deletes record(s) related to parameters specified
|
MultiLanguageString |
TtfNameTable.getMultiLanguageNameById(NameId nameId,
PlatformId platformId)
Returns a name by nameId using platform identifier passed.
|
MultiLanguageString |
TtfNameTable.getMultiLanguageNameById(NameId nameId,
PlatformId platformId,
int platformSpecificId)
Returns a name as object of type
MultiLanguageString. |
void |
TtfNameTable.updateName(PlatformId platformId,
int platformSpecificId,
NameId nameId,
int languageId,
String newName)
Updates name in record(s) which related to specified platform (combination of platformId and platformSpecificId),
category (nameId) and language (languageId).
|
Copyright © 2025 Aspose. All Rights Reserved.