Uses of Class
org.apache.fop.fonts.type1.PFBData
Packages that use PFBData
Package
Description
Classes for Adobe Type 1 fonts.
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 PFBDataModifier and TypeMethodDescriptionPFBParser.parsePFB
(InputStream in) Parses a PFB file into a PFBData object.Methods in org.apache.fop.fonts.type1 with parameters of type PFBDataModifier and TypeMethodDescriptionprivate void
PFBParser.calcLengths
(PFBData pfb, byte[] originalData) private void
PFBParser.parsePCFormat
(PFBData pfb, DataInputStream din) private void
PFBParser.parseRAWFormat
(PFBData pfb, BufferedInputStream bin) protected ByteArrayOutputStream
Type1SubsetFile.writeHeader
(PFBData pfbData, PostscriptParser.PSElement encoding) -
Uses of PFBData in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PFBDataMethods in org.apache.fop.pdf with parameters of type PFBData