org.apache.batik.svggen.font.table
Class CmapFormat
java.lang.Object
org.apache.batik.svggen.font.table.CmapFormat
- Direct Known Subclasses:
- CmapFormat0, CmapFormat2, CmapFormat4, CmapFormat6
public abstract class CmapFormat
- extends Object
format
protected int format
length
protected int length
version
protected int version
CmapFormat
protected CmapFormat(RandomAccessFile raf)
throws IOException
- Throws:
IOException
create
protected static CmapFormat create(int format,
RandomAccessFile raf)
throws IOException
- 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
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008 Apache Software Foundation. All Rights Reserved.