Uses of Class
org.apache.fop.pdf.PDFCMap
-
Packages that use PDFCMap Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFCMap in org.apache.fop.pdf
Subclasses of PDFCMap in org.apache.fop.pdf Modifier and Type Class Description class
PDFToUnicodeCMap
Class representing ToUnicode CMaps.Methods in org.apache.fop.pdf with parameters of type PDFCMap Modifier and Type Method Description void
PDFCIDFont. setCMAP(PDFCMap cmap)
Set the CMap used as /ToUnicode cmapvoid
PDFFontType0. setCMAP(PDFCMap cmap)
Sets the character mapvoid
PDFFont. setToUnicode(PDFCMap cmap)
Sets a ToUnicode CMap.
-