Class CmapFormat4
java.lang.Object
org.apache.batik.svggen.font.table.CmapFormat
org.apache.batik.svggen.font.table.CmapFormat4
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int[]private intprivate intprivate int[]private int[]private int[]intprivate intprivate intprivate intprivate intprivate intprivate int[]Fields inherited from class CmapFormat
format, length, version -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CmapFormat
create, getFormat, getLength, getVersion
-
Field Details
-
language
public int language -
segCountX2
private int segCountX2 -
searchRange
private int searchRange -
entrySelector
private int entrySelector -
rangeShift
private int rangeShift -
endCode
private int[] endCode -
startCode
private int[] startCode -
idDelta
private int[] idDelta -
idRangeOffset
private int[] idRangeOffset -
glyphIdArray
private int[] glyphIdArray -
segCount
private int segCount -
first
private int first -
last
private int last
-
-
Constructor Details
-
CmapFormat4
- 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
-
toString
- Overrides:
toStringin classCmapFormat
-
intToStr
local helper method to convert an int-array to String. Intended for debugging, format may change.- Parameters:
array- of int to convert- Returns:
- a String in the form "[val,val,val ... ]"
-