Class AbstractCMap
java.lang.Object
com.itextpdf.text.pdf.fonts.cmaps.AbstractCMap
- Direct Known Subclasses:
CMapByteCid
,CMapCidByte
,CMapCidUni
,CMapToUnicode
,CMapUniCid
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract void
(package private) void
private static int
byteArrayToInt
(byte[] b) static byte[]
getName()
int
private static void
intToByteArray
(int v, byte[] b) (package private) void
(package private) void
setOrdering
(String ordering) (package private) void
setRegistry
(String registry) (package private) void
setSupplement
(int supplement)
-
Field Details
-
cmapName
-
registry
-
ordering
-
supplement
private int supplement
-
-
Constructor Details
-
AbstractCMap
public AbstractCMap()
-
-
Method Details
-
getName
-
setName
-
getOrdering
-
setOrdering
-
getRegistry
-
setRegistry
-
getSupplement
public int getSupplement() -
setSupplement
void setSupplement(int supplement) -
addChar
-
addRange
-
intToByteArray
private static void intToByteArray(int v, byte[] b) -
byteArrayToInt
private static int byteArrayToInt(byte[] b) -
decodeStringToByte
-
decodeStringToUnicode
-