Class CmapFormat4
- java.lang.Object
-
- org.apache.batik.svggen.font.table.CmapFormat
-
- org.apache.batik.svggen.font.table.CmapFormat4
-
public class CmapFormat4 extends CmapFormat
-
-
Field Summary
Fields Modifier and Type Field Description intlanguage-
Fields inherited from class org.apache.batik.svggen.font.table.CmapFormat
format, length, version
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCmapFormat4(java.io.RandomAccessFile raf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFirst()intgetLast()intmapCharCode(int charCode)java.lang.StringtoString()-
Methods inherited from class org.apache.batik.svggen.font.table.CmapFormat
create, getFormat, getLength, getVersion
-
-
-
-
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
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCmapFormat
-
-