fop 0.92beta

Uses of Class
org.apache.fop.fonts.type1.PFBData

Packages that use PFBData
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. These classes were developed for FOP, but could be used by other applications wishing to produce PDF. 
 

Uses of PFBData in org.apache.fop.fonts.type1
 

Methods in org.apache.fop.fonts.type1 that return PFBData
 PFBData PFBParser.parsePFB(java.net.URL url)
          Parses a PFB file into a PFBData object.
 PFBData PFBParser.parsePFB(java.io.File pfbFile)
          Parses a PFB file into a PFBData object.
 PFBData PFBParser.parsePFB(java.io.InputStream in)
          Parses a PFB file into a PFBData object.
 

Uses of PFBData in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf with parameters of type PFBData
 void PDFT1Stream.setData(PFBData pfb)
          Used to set the PFBData object that represents the embeddable Type 1 font.
 


fop 0.92beta

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.