Class CmapFormat6
java.lang.Object
org.apache.batik.svggen.font.table.CmapFormat
org.apache.batik.svggen.font.table.CmapFormat6
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate shortprivate shortprivate shortprivate short[]private shortprivate short -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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:
getFirstin classCmapFormat
-
getLast
public int getLast()- Specified by:
getLastin classCmapFormat
-
mapCharCode
public int mapCharCode(int charCode) - Specified by:
mapCharCodein classCmapFormat
-