public static enum FontHeader.PanoseMidLine extends java.lang.Enum<FontHeader.PanoseMidLine>
Enum Constant and Description |
---|
ANY |
CONSTANT_POINTED |
CONSTANT_SERIFED |
CONSTANT_TRIMMED |
HIGH_POINTED |
HIGH_SERIFED |
HIGH_TRIMMED |
LOW_POINTED |
LOW_SERIFED |
LOW_TRIMMED |
NO_FIT |
STANDARD_POINTED |
STANDARD_SERIFED |
STANDARD_TRIMMED |
Modifier and Type | Method and Description |
---|---|
static FontHeader.PanoseMidLine |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontHeader.PanoseMidLine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontHeader.PanoseMidLine ANY
public static final FontHeader.PanoseMidLine NO_FIT
public static final FontHeader.PanoseMidLine STANDARD_TRIMMED
public static final FontHeader.PanoseMidLine STANDARD_POINTED
public static final FontHeader.PanoseMidLine STANDARD_SERIFED
public static final FontHeader.PanoseMidLine HIGH_TRIMMED
public static final FontHeader.PanoseMidLine HIGH_POINTED
public static final FontHeader.PanoseMidLine HIGH_SERIFED
public static final FontHeader.PanoseMidLine CONSTANT_TRIMMED
public static final FontHeader.PanoseMidLine CONSTANT_POINTED
public static final FontHeader.PanoseMidLine CONSTANT_SERIFED
public static final FontHeader.PanoseMidLine LOW_TRIMMED
public static final FontHeader.PanoseMidLine LOW_POINTED
public static final FontHeader.PanoseMidLine LOW_SERIFED
public static FontHeader.PanoseMidLine[] values()
for (FontHeader.PanoseMidLine c : FontHeader.PanoseMidLine.values()) System.out.println(c);
public static FontHeader.PanoseMidLine 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.