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 int
language
-
Fields inherited from class org.apache.batik.svggen.font.table.CmapFormat
format, length, version
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CmapFormat4(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)
java.lang.String
toString()
-
Methods inherited from class org.apache.batik.svggen.font.table.CmapFormat
create, getFormat, getLength, getVersion
-
-
-
-
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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classCmapFormat
-
-