public static enum OtfNameConstants.RecordType extends Enum<OtfNameConstants.RecordType>
| Enum Constant and Description |
|---|
COPYRIGHT |
FONT_FAMILY |
FONT_SUB_FAMILY |
FULL_FONT_NAME |
POSTSCRIPT_NAME |
TRADEMARK_NOTICE |
UNIQUE_FONT_ID |
VERSION_STRING |
| Modifier and Type | Method and Description |
|---|---|
static OtfNameConstants.RecordType |
fromInt(int i) |
int |
getValue() |
static OtfNameConstants.RecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtfNameConstants.RecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtfNameConstants.RecordType COPYRIGHT
public static final OtfNameConstants.RecordType FONT_FAMILY
public static final OtfNameConstants.RecordType FONT_SUB_FAMILY
public static final OtfNameConstants.RecordType UNIQUE_FONT_ID
public static final OtfNameConstants.RecordType FULL_FONT_NAME
public static final OtfNameConstants.RecordType VERSION_STRING
public static final OtfNameConstants.RecordType POSTSCRIPT_NAME
public static final OtfNameConstants.RecordType TRADEMARK_NOTICE
public static OtfNameConstants.RecordType[] values()
for (OtfNameConstants.RecordType c : OtfNameConstants.RecordType.values()) System.out.println(c);
public static OtfNameConstants.RecordType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
public static OtfNameConstants.RecordType fromInt(int i)
Copyright © 2016. All rights reserved.