Class CmapFormat2
java.lang.Object
org.apache.batik.svggen.font.table.CmapFormat
org.apache.batik.svggen.font.table.CmapFormat2
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate short[]private short[]private int[]private int[]Fields inherited from class CmapFormat
format, length, version -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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:
getFirstin classCmapFormat
-
getLast
public int getLast()- Specified by:
getLastin classCmapFormat
-
mapCharCode
public int mapCharCode(int charCode) - Specified by:
mapCharCodein classCmapFormat
-