Class CmapFormat
java.lang.Object
org.apache.batik.svggen.font.table.CmapFormat
- Direct Known Subclasses:
CmapFormat0
,CmapFormat2
,CmapFormat4
,CmapFormat6
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static CmapFormat
create
(int format, RandomAccessFile raf) abstract int
getFirst()
int
abstract int
getLast()
int
int
abstract int
mapCharCode
(int charCode) toString()
-
Field Details
-
format
protected int format -
length
protected int length -
version
protected int version
-
-
Constructor Details
-
CmapFormat
- Throws:
IOException
-
-
Method Details
-
create
- Throws:
IOException
-
getFormat
public int getFormat() -
getLength
public int getLength() -
getVersion
public int getVersion() -
mapCharCode
public abstract int mapCharCode(int charCode) -
getFirst
public abstract int getFirst() -
getLast
public abstract int getLast() -
toString
-