Class CmapFormat2
- java.lang.Object
-
- org.apache.batik.svggen.font.table.CmapFormat
-
- org.apache.batik.svggen.font.table.CmapFormat2
-
public class CmapFormat2 extends CmapFormat
- Version:
- $Id: CmapFormat2.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private short[]glyphIndexArrayprivate short[]subHeaderKeysprivate int[]subHeaders1private int[]subHeaders2-
Fields inherited from class org.apache.batik.svggen.font.table.CmapFormat
format, length, version
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCmapFormat2(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
-
-