fop 0.91beta

Uses of Class
org.apache.fop.pdf.PDFCharProcs

Packages that use PDFCharProcs
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 PDFCharProcs in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFCharProcs
protected  PDFCharProcs PDFFontType3.charProcs
          font's required /CharProcs dictionary
 

Methods in org.apache.fop.pdf with parameters of type PDFCharProcs
 void PDFFontType3.setCharProcs(PDFCharProcs chars)
          Set the glyphs' definitions.
 

Constructors in org.apache.fop.pdf with parameters of type PDFCharProcs
PDFFontType3(java.lang.String fontname, java.lang.String basefont, java.lang.Object encoding, PDFRectangle fontBBox, PDFArray fontMatrix, PDFCharProcs charProcs)
          Create the /Font object
 


fop 0.91beta

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