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.
-
Field Summary
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
-
Constructor Details
-
CmapFormat0
- 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
-