public static enum FontHeader.PanoseArmStyle extends java.lang.Enum<FontHeader.PanoseArmStyle>
| Enum Constant and Description | 
|---|
| ANY | 
| BENT_ARMS_DOUBLE_SERIF | 
| BENT_ARMS_HORZ | 
| BENT_ARMS_SINGLE_SERIF | 
| BENT_ARMS_VERT | 
| BENT_ARMS_WEDGE | 
| NO_FIT | 
| STRAIGHT_ARMS_DOUBLE_SERIF | 
| STRAIGHT_ARMS_HORZ | 
| STRAIGHT_ARMS_SINGLE_SERIF | 
| STRAIGHT_ARMS_VERT | 
| STRAIGHT_ARMS_WEDGE | 
| Modifier and Type | Method and Description | 
|---|---|
| static FontHeader.PanoseArmStyle | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static FontHeader.PanoseArmStyle[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final FontHeader.PanoseArmStyle ANY
public static final FontHeader.PanoseArmStyle NO_FIT
public static final FontHeader.PanoseArmStyle STRAIGHT_ARMS_HORZ
public static final FontHeader.PanoseArmStyle STRAIGHT_ARMS_WEDGE
public static final FontHeader.PanoseArmStyle STRAIGHT_ARMS_VERT
public static final FontHeader.PanoseArmStyle STRAIGHT_ARMS_SINGLE_SERIF
public static final FontHeader.PanoseArmStyle STRAIGHT_ARMS_DOUBLE_SERIF
public static final FontHeader.PanoseArmStyle BENT_ARMS_HORZ
public static final FontHeader.PanoseArmStyle BENT_ARMS_WEDGE
public static final FontHeader.PanoseArmStyle BENT_ARMS_VERT
public static final FontHeader.PanoseArmStyle BENT_ARMS_SINGLE_SERIF
public static final FontHeader.PanoseArmStyle BENT_ARMS_DOUBLE_SERIF
public static FontHeader.PanoseArmStyle[] values()
for (FontHeader.PanoseArmStyle c : FontHeader.PanoseArmStyle.values()) System.out.println(c);
public static FontHeader.PanoseArmStyle 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.