Uses of Class
com.itextpdf.io.font.cmap.CMapCidToCodepoint
-
Packages that use CMapCidToCodepoint Package Description com.itextpdf.io.font com.itextpdf.io.font.cmap -
-
Uses of CMapCidToCodepoint in com.itextpdf.io.font
Fields in com.itextpdf.io.font declared as CMapCidToCodepoint Modifier and Type Field Description private CMapCidToCodepoint
CMapEncoding. cid2Code
Methods in com.itextpdf.io.font that return CMapCidToCodepoint Modifier and Type Method Description static CMapCidToCodepoint
CjkResourceLoader. getCidToCodepointCmap(java.lang.String cmap)
Parses CMap with a given name producing it in a form of cid to code point mapping.static CMapCidToCodepoint
FontCache. getCidToCodepointCmap(java.lang.String cmap)
Deprecated.Methods in com.itextpdf.io.font with parameters of type CMapCidToCodepoint Modifier and Type Method Description private static CMapCodepointToCid
CMapEncoding. getCodeToCidCmap(java.lang.String cmap, CMapCidToCodepoint cid2Code)
-
Uses of CMapCidToCodepoint in com.itextpdf.io.font.cmap
Constructors in com.itextpdf.io.font.cmap with parameters of type CMapCidToCodepoint Constructor Description CMapCodepointToCid(CMapCidToCodepoint reverseMap)
-