public static enum FontHeader.PanoseProportion extends java.lang.Enum<FontHeader.PanoseProportion>
| Enum Constant and Description | 
|---|
| ANY | 
| CONDENSED | 
| EVEN_WIDTH | 
| EXPANDED | 
| MODERN | 
| MONOSPACED | 
| NO_FIT | 
| OLD_STYLE | 
| VERY_CONDENSED | 
| VERY_EXPANDED | 
| Modifier and Type | Method and Description | 
|---|---|
| static FontHeader.PanoseProportion | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static FontHeader.PanoseProportion[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final FontHeader.PanoseProportion ANY
public static final FontHeader.PanoseProportion NO_FIT
public static final FontHeader.PanoseProportion OLD_STYLE
public static final FontHeader.PanoseProportion MODERN
public static final FontHeader.PanoseProportion EVEN_WIDTH
public static final FontHeader.PanoseProportion EXPANDED
public static final FontHeader.PanoseProportion CONDENSED
public static final FontHeader.PanoseProportion VERY_EXPANDED
public static final FontHeader.PanoseProportion VERY_CONDENSED
public static final FontHeader.PanoseProportion MONOSPACED
public static FontHeader.PanoseProportion[] values()
for (FontHeader.PanoseProportion c : FontHeader.PanoseProportion.values()) System.out.println(c);
public static FontHeader.PanoseProportion 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.