Class CmapFormat0
java.lang.Object
org.apache.batik.svggen.font.table.CmapFormat
org.apache.batik.svggen.font.table.CmapFormat0
Simple Macintosh cmap table, mapping only the ASCII character set to glyphs.
- Version:
- $Id$
-
Field Summary
FieldsFields inherited from class CmapFormat
format, length, version -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CmapFormat
create, getFormat, getLength, getVersion, toString
-
Field Details
-
glyphIdArray
private int[] glyphIdArray -
first
private int first -
last
private int last
-
-
Constructor Details
-
CmapFormat0
- 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
-