Package com.itextpdf.io.font.cmap
Class CMapCodepointToCid
java.lang.Object
com.itextpdf.io.font.cmap.AbstractCMap
com.itextpdf.io.font.cmap.CMapCodepointToCid
Class represents real codepoint-CID mapping without any additional manipulation.
See CMapCidToCodepoint
for CID-codepoint representation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addChar
(String mark, CMapObject code) int
lookup
(int codepoint) Methods inherited from class com.itextpdf.io.font.cmap.AbstractCMap
addCodeSpaceRange, addRange, decodeStringToByte, getName, getOrdering, getRegistry, getSupplement, setName, setOrdering, setRegistry, setSupplement, toUnicodeString
-
Field Details
-
map
-
-
Constructor Details
-
CMapCodepointToCid
public CMapCodepointToCid() -
CMapCodepointToCid
-
-
Method Details
-
addChar
- Specified by:
addChar
in classAbstractCMap
-
lookup
public int lookup(int codepoint)
-