fop 0.92beta

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

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

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

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


fop 0.92beta

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