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

Packages that use PDFCIDSystemInfo
org.apache.fop.pdf   
 

Uses of PDFCIDSystemInfo in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFCIDSystemInfo
protected  PDFCIDSystemInfo PDFCMap.sysInfo
          /CIDSystemInfo attribute
protected  PDFCIDSystemInfo PDFCIDFont.systemInfo
           
 

Constructors in org.apache.fop.pdf with parameters of type PDFCIDSystemInfo
PDFCMap(int number, java.lang.String name, PDFCIDSystemInfo sysInfo)
          create the /CMap object
PDFCIDFont(int number, java.lang.String basefont, byte cidtype, int dw, PDFWArray w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
          create the /Font object
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.