Class CmapFormat6
java.lang.Object
org.apache.batik.svggen.font.table.CmapFormat
org.apache.batik.svggen.font.table.CmapFormat6
- Version:
- $Id: CmapFormat6.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate short
private short
private short
private short[]
private short
private short
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batik.svggen.font.table.CmapFormat
create, getFormat, getLength, getVersion, toString
-
Field Details
-
format
private short format -
length
private short length -
version
private short version -
firstCode
private short firstCode -
entryCount
private short entryCount -
glyphIdArray
private short[] glyphIdArray
-
-
Constructor Details
-
CmapFormat6
- 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
-