Uses of Class
org.apache.fop.fonts.type1.PFBData
-
Packages that use PFBData Package Description org.apache.fop.fonts.type1 Classes for Adobe Type 1 fonts.org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PFBData in org.apache.fop.fonts.type1
Methods in org.apache.fop.fonts.type1 that return PFBData Modifier and Type Method Description PFBDataPFBParser. parsePFB(java.io.InputStream in)Parses a PFB file into a PFBData object.Methods in org.apache.fop.fonts.type1 with parameters of type PFBData Modifier and Type Method Description protected java.io.ByteArrayOutputStreamType1SubsetFile. writeHeader(PFBData pfbData, PostscriptParser.PSElement encoding) -
Uses of PFBData in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type PFBData Modifier and Type Method Description voidPDFT1Stream. setData(PFBData pfb)Used to set the PFBData object that represents the embeddable Type 1 font.
-