Uses of Class
org.apache.fop.pdf.PDFCIDSystemInfo
Packages that use PDFCIDSystemInfo
Package
Description
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 PDFCIDSystemInfoModifier and TypeFieldDescriptionprotected PDFCIDSystemInfoPDFCMap.sysInfo/CIDSystemInfo attributeConstructors in org.apache.fop.pdf with parameters of type PDFCIDSystemInfoModifierConstructorDescriptionPDFCIDFont(String basefont, CIDFontType cidtype, int dw, int[] w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor) Create the /Font objectPDFCIDFont(String basefont, CIDFontType cidtype, int dw, PDFWArray w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor) Create the /Font objectPDFCMap(String name, PDFCIDSystemInfo sysInfo) create the /CMap objectPDFToUnicodeCMap(char[] unicodeCharMap, String name, PDFCIDSystemInfo sysInfo, boolean singleByte, EventBroadcaster eventBroadcaster) Constructor.