Uses of Class
com.aowagie.text.pdf.fonts.cmaps.CMap
-
Packages that use CMap Package Description com.aowagie.text.pdf com.aowagie.text.pdf.fonts.cmaps -
-
Uses of CMap in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as CMap Modifier and Type Field Description private CMap
CMapAwareDocumentFont. toUnicodeCmap
The CMap constructed from the ToUnicode map from the font's dictionary, if present. -
Uses of CMap in com.aowagie.text.pdf.fonts.cmaps
Methods in com.aowagie.text.pdf.fonts.cmaps that return CMap Modifier and Type Method Description CMap
CMapParser. parse(java.io.InputStream input)
This will parse the stream and create a cmap object.
-