Uses of Class
org.apache.fop.pdf.PDFCIDSystemInfo
-
Packages that use PDFCIDSystemInfo Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFCIDSystemInfo in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFCIDSystemInfo Modifier and Type Field Description protected PDFCIDSystemInfo
PDFCMap. sysInfo
/CIDSystemInfo attributeprivate PDFCIDSystemInfo
PDFCIDFont. systemInfo
Constructors in org.apache.fop.pdf with parameters of type PDFCIDSystemInfo Constructor Description PDFCIDFont(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 objectPDFCMap(java.lang.String name, PDFCIDSystemInfo sysInfo)
create the /CMap objectPDFToUnicodeCMap(char[] unicodeCharMap, java.lang.String name, PDFCIDSystemInfo sysInfo, boolean singleByte)
Constructor.
-