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
CMapCidToCodepointfor CID-codepoint representation.
-
-
Field Summary
Fields Modifier and Type Field Description private IntHashtablemap
-
Constructor Summary
Constructors Constructor Description CMapCodepointToCid()CMapCodepointToCid(CMapCidToCodepoint reverseMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidaddChar(java.lang.String mark, CMapObject code)intlookup(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:
addCharin classAbstractCMap
-
lookup
public int lookup(int codepoint)
-
-