fop 0.90alpha1

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

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

Fields in org.apache.fop.pdf declared as PDFCIDFont
protected  PDFCIDFont PDFFontType0.descendantFonts
          This should be an array of CIDFont but only the first one is used
 

Methods in org.apache.fop.pdf with parameters of type PDFCIDFont
 void PDFFontType0.setDescendantFonts(PDFCIDFont descendantFonts)
          Set the descendant font
 

Constructors in org.apache.fop.pdf with parameters of type PDFCIDFont
PDFFontType0(java.lang.String fontname, java.lang.String basefont, java.lang.Object encoding, PDFCIDFont descendantFonts)
          Create the /Font object
 


fop 0.90alpha1

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