public static enum FontHeader.PanoseWeight extends java.lang.Enum<FontHeader.PanoseWeight>
Enum Constant and Description |
---|
ANY |
BLACK |
BOLD |
BOOK |
DEMI |
HEAVY |
LIGHT |
MEDIUM |
NO_FIT |
NORD |
THIN |
VERY_LIGHT |
Modifier and Type | Method and Description |
---|---|
static FontHeader.PanoseWeight |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontHeader.PanoseWeight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontHeader.PanoseWeight ANY
public static final FontHeader.PanoseWeight NO_FIT
public static final FontHeader.PanoseWeight VERY_LIGHT
public static final FontHeader.PanoseWeight LIGHT
public static final FontHeader.PanoseWeight THIN
public static final FontHeader.PanoseWeight BOOK
public static final FontHeader.PanoseWeight MEDIUM
public static final FontHeader.PanoseWeight DEMI
public static final FontHeader.PanoseWeight BOLD
public static final FontHeader.PanoseWeight HEAVY
public static final FontHeader.PanoseWeight BLACK
public static final FontHeader.PanoseWeight NORD
public static FontHeader.PanoseWeight[] values()
for (FontHeader.PanoseWeight c : FontHeader.PanoseWeight.values()) System.out.println(c);
public static FontHeader.PanoseWeight 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 2022 The Apache Software Foundation or its licensors, as applicable.