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) voidaddChar(String mark, CMapObject code) intlookup(int codepoint) Methods inherited from class 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:
addCharin classAbstractCMap
-
lookup
public int lookup(int codepoint)
-