public static enum OpenFont.PostScriptVersion extends Enum<OpenFont.PostScriptVersion>
Enum Constant and Description |
---|
UNKNOWN
Unknown version of the PostScript table.
|
V1
PostScript table version 1.0.
|
V2
PostScript table version 2.0.
|
V3
PostScript table version 3.0.
|
Modifier and Type | Method and Description |
---|---|
static OpenFont.PostScriptVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenFont.PostScriptVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenFont.PostScriptVersion V1
public static final OpenFont.PostScriptVersion V2
public static final OpenFont.PostScriptVersion V3
public static final OpenFont.PostScriptVersion UNKNOWN
public static OpenFont.PostScriptVersion[] values()
for (OpenFont.PostScriptVersion c : OpenFont.PostScriptVersion.values()) System.out.println(c);
public static OpenFont.PostScriptVersion valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2025 Apache Software Foundation. All rights reserved.