Uses of Class
org.docx4j.fonts.fop.fonts.truetype.OpenFont.PostScriptVersion
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.truetype |
Classes for TrueType fonts.
|
-
Uses of OpenFont.PostScriptVersion in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that return OpenFont.PostScriptVersion Modifier and Type Method Description OpenFont.PostScriptVersionSingleByteFont. getTrueTypePostScriptVersion()Returns the version of the PostScript table stored in the TrueType font represented by this instance.Methods in org.docx4j.fonts.fop.fonts with parameters of type OpenFont.PostScriptVersion Modifier and Type Method Description voidSingleByteFont. 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.docx4j.fonts.fop.fonts.truetype
Methods in org.docx4j.fonts.fop.fonts.truetype that return OpenFont.PostScriptVersion Modifier and Type Method Description static OpenFont.PostScriptVersionOpenFont.PostScriptVersion. valueOf(java.lang.String name)Returns 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.