| Package | Description |
|---|---|
| org.mabb.fontverter.opentype |
| Modifier and Type | Method and Description |
|---|---|
static OtfNameConstants.RecordType |
OtfNameConstants.RecordType.fromInt(int i) |
static OtfNameConstants.RecordType |
OtfNameConstants.RecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtfNameConstants.RecordType[] |
OtfNameConstants.RecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NameRecord |
NameRecord.createMacRecord(String name,
OtfNameConstants.RecordType type,
OtfNameConstants.Language language) |
static NameRecord |
NameRecord.createWindowsRecord(String name,
OtfNameConstants.RecordType type,
OtfNameConstants.Language language) |
String |
NameTable.getName(OtfNameConstants.RecordType type) |
Copyright © 2018. All rights reserved.