Uses of Class
org.docx4j.fonts.fop.fonts.type1.PFMFile
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts.apps |
Command-line tools for generating XML font metric files from Type 1 and TrueType fonts.
|
-
Uses of PFMFile in org.docx4j.fonts.fop.fonts.apps
Methods in org.docx4j.fonts.fop.fonts.apps that return PFMFile Modifier and Type Method Description PFMFilePFMReader. loadPFM(java.lang.String filename)Read a PFM file and returns it as an object.Methods in org.docx4j.fonts.fop.fonts.apps with parameters of type PFMFile Modifier and Type Method Description org.w3c.dom.DocumentPFMReader. constructFontXML(PFMFile pfm, java.lang.String fontName, java.lang.String className, java.lang.String resource, java.lang.String file)Generates the font metrics file from the PFM file.voidPFMReader. preview(PFMFile pfm)Displays a preview of the PFM file on the console.