Class CmapFormat0
- java.lang.Object
-
- org.apache.batik.svggen.font.table.CmapFormat
-
- org.apache.batik.svggen.font.table.CmapFormat0
-
public class CmapFormat0 extends CmapFormat
Simple Macintosh cmap table, mapping only the ASCII character set to glyphs.- Version:
- $Id: CmapFormat0.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private intfirstprivate int[]glyphIdArrayprivate intlast-
Fields inherited from class org.apache.batik.svggen.font.table.CmapFormat
format, length, version
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCmapFormat0(java.io.RandomAccessFile raf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFirst()intgetLast()intmapCharCode(int charCode)-
Methods inherited from class org.apache.batik.svggen.font.table.CmapFormat
create, getFormat, getLength, getVersion, toString
-
-
-
-
Method Detail
-
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
-
-