Uses of Enum
org.apache.fop.fonts.truetype.OpenFont.PostScriptVersion
Packages that use OpenFont.PostScriptVersion
Package
Description
Classes for font handling.
Classes for TrueType fonts.
-
Uses of OpenFont.PostScriptVersion in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as OpenFont.PostScriptVersionModifier and TypeFieldDescriptionprivate OpenFont.PostScriptVersionSingleByteFont.ttPostScriptVersionMethods in org.apache.fop.fonts that return OpenFont.PostScriptVersionModifier and TypeMethodDescriptionSingleByteFont.getTrueTypePostScriptVersion()Returns the version of the PostScript table stored in the TrueType font represented by this instance.Methods in org.apache.fop.fonts with parameters of type OpenFont.PostScriptVersionModifier and TypeMethodDescriptionvoidSingleByteFont.setTrueTypePostScriptVersion(OpenFont.PostScriptVersion version) Sets the version of the PostScript table stored in the TrueType font represented by this instance. -
Uses of OpenFont.PostScriptVersion in org.apache.fop.fonts.truetype
Subclasses with type arguments of type OpenFont.PostScriptVersion in org.apache.fop.fonts.truetypeModifier and TypeClassDescriptionstatic enumVersion of the PostScript table (post) contained in this font.Fields in org.apache.fop.fonts.truetype declared as OpenFont.PostScriptVersionMethods in org.apache.fop.fonts.truetype that return OpenFont.PostScriptVersionModifier and TypeMethodDescription(package private) OpenFont.PostScriptVersionOpenFont.getPostScriptVersion()static OpenFont.PostScriptVersionReturns the enum constant of this type with the specified name.static OpenFont.PostScriptVersion[]OpenFont.PostScriptVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.