Uses of Class
org.apache.fop.pdf.PDFCIDFontDescriptor
-
Packages that use PDFCIDFontDescriptor Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFCIDFontDescriptor in org.apache.fop.pdf
Constructors in org.apache.fop.pdf with parameters of type PDFCIDFontDescriptor Constructor Description PDFCIDFont(java.lang.String basefont, CIDFontType cidtype, int dw, int[] w, java.lang.String registry, java.lang.String ordering, int supplement, PDFCIDFontDescriptor descriptor)
Create the /Font objectPDFCIDFont(java.lang.String basefont, CIDFontType cidtype, int dw, int[] w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
Create the /Font objectPDFCIDFont(java.lang.String basefont, CIDFontType cidtype, int dw, PDFWArray w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
Create the /Font object
-