Package com.itextpdf.io.font.cmap
Class CMapCodepointToCid
- java.lang.Object
-
- com.itextpdf.io.font.cmap.AbstractCMap
-
- com.itextpdf.io.font.cmap.CMapCodepointToCid
-
public class CMapCodepointToCid extends AbstractCMap
Class represents real codepoint-CID mapping without any additional manipulation.See
CMapCidToCodepoint
for CID-codepoint representation.
-
-
Field Summary
Fields Modifier and Type Field Description private IntHashtable
map
-
Constructor Summary
Constructors Constructor Description CMapCodepointToCid()
CMapCodepointToCid(CMapCidToCodepoint reverseMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addChar(java.lang.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 Detail
-
map
private final IntHashtable map
-
-
Constructor Detail
-
CMapCodepointToCid
public CMapCodepointToCid()
-
CMapCodepointToCid
public CMapCodepointToCid(CMapCidToCodepoint reverseMap)
-
-
Method Detail
-
addChar
void addChar(java.lang.String mark, CMapObject code)
- Specified by:
addChar
in classAbstractCMap
-
lookup
public int lookup(int codepoint)
-
-