Class CmapFormat6
- java.lang.Object
-
- org.apache.batik.svggen.font.table.CmapFormat
-
- org.apache.batik.svggen.font.table.CmapFormat6
-
public class CmapFormat6 extends CmapFormat
- Version:
- $Id: CmapFormat6.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private short
entryCount
private short
firstCode
private short
format
private short[]
glyphIdArray
private short
length
private short
version
-
Constructor Summary
Constructors Modifier Constructor Description protected
CmapFormat6(java.io.RandomAccessFile raf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFirst()
int
getLast()
int
mapCharCode(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:
getFirst
in classCmapFormat
-
getLast
public int getLast()
- Specified by:
getLast
in classCmapFormat
-
mapCharCode
public int mapCharCode(int charCode)
- Specified by:
mapCharCode
in classCmapFormat
-
-