Class CmapFormat2
java.lang.Object
org.apache.batik.svggen.font.table.CmapFormat
org.apache.batik.svggen.font.table.CmapFormat2
- Version:
- $Id: CmapFormat2.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate short[]
private short[]
private int[]
private int[]
Fields inherited from class org.apache.batik.svggen.font.table.CmapFormat
format, length, version
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batik.svggen.font.table.CmapFormat
create, getFormat, getLength, getVersion, toString
-
Field Details
-
subHeaderKeys
private short[] subHeaderKeys -
subHeaders1
private int[] subHeaders1 -
subHeaders2
private int[] subHeaders2 -
glyphIndexArray
private short[] glyphIndexArray
-
-
Constructor Details
-
CmapFormat2
- Throws:
IOException
-
-
Method Details
-
getFirst
public int getFirst()- Specified by:
getFirst
in classCmapFormat
-
getLast
public int getLast()- Specified by:
getLast
in classCmapFormat
-
mapCharCode
public int mapCharCode(int charCode) - Specified by:
mapCharCode
in classCmapFormat
-