public static enum FontHeader.PanoseFamily extends java.lang.Enum<FontHeader.PanoseFamily>
Enum Constant and Description |
---|
ANY |
DECORATIVE |
NO_FIT |
PICTORIAL |
SCRIPT |
TEXT_DISPLAY |
Modifier and Type | Method and Description |
---|---|
static FontHeader.PanoseFamily |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontHeader.PanoseFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontHeader.PanoseFamily ANY
public static final FontHeader.PanoseFamily NO_FIT
public static final FontHeader.PanoseFamily TEXT_DISPLAY
public static final FontHeader.PanoseFamily SCRIPT
public static final FontHeader.PanoseFamily DECORATIVE
public static final FontHeader.PanoseFamily PICTORIAL
public static FontHeader.PanoseFamily[] values()
for (FontHeader.PanoseFamily c : FontHeader.PanoseFamily.values()) System.out.println(c);
public static FontHeader.PanoseFamily valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2021 The Apache Software Foundation or its licensors, as applicable.