Package org.apache.fop.fonts.truetype
Enum OpenFont.PostScriptVersion
- All Implemented Interfaces:
Serializable
,Comparable<OpenFont.PostScriptVersion>
- Enclosing class:
OpenFont
Version of the PostScript table (post) contained in this font.
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OpenFont.PostScriptVersion
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.
-
Enum Constant Details
-
V1
PostScript table version 1.0. -
V2
PostScript table version 2.0. -
V3
PostScript table version 3.0. -
UNKNOWN
Unknown version of the PostScript table.
-
-
Constructor Details
-
PostScriptVersion
private PostScriptVersion()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-