Uses of Class
org.apache.fop.fonts.type1.PFMFile
-
Packages that use PFMFile Package Description org.apache.fop.fonts.apps Command-line tools for generating XML font metric files from Type 1 and TrueType fonts.org.apache.fop.fonts.type1 Classes for Adobe Type 1 fonts. -
-
Uses of PFMFile in org.apache.fop.fonts.apps
Methods in org.apache.fop.fonts.apps that return PFMFile Modifier and Type Method Description PFMFile
PFMReader. loadPFM(java.lang.String filename)
Read a PFM file and returns it as an object.Methods in org.apache.fop.fonts.apps with parameters of type PFMFile Modifier and Type Method Description org.w3c.dom.Document
PFMReader. 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.void
PFMReader. preview(PFMFile pfm)
Displays a preview of the PFM file on the console. -
Uses of PFMFile in org.apache.fop.fonts.type1
Methods in org.apache.fop.fonts.type1 with parameters of type PFMFile Modifier and Type Method Description private void
Type1FontLoader. buildFont(AFMFile afm, PFMFile pfm)
private void
Type1FontLoader. handleEncoding(AFMFile afm, PFMFile pfm)
private void
Type1FontLoader. handleFontName(AFMFile afm, PFMFile pfm)
private void
Type1FontLoader. handleMetrics(AFMFile afm, PFMFile pfm)
-