jp.cssj.sakae.opentype.table
クラス CmapFormat
java.lang.Object
jp.cssj.sakae.opentype.table.CmapFormat
- 直系の既知のサブクラス:
- CmapFormat0, CmapFormat2, CmapFormat4, CmapFormat6
- public abstract class CmapFormat
- extends Object
- バージョン:
- $Id: CmapFormat.java,v 1.2 2007-05-06 04:27:00 miyabe Exp $
- 作成者:
- David Schweinsberg
format
protected int format
length
protected int length
version
protected int version
CmapFormat
protected CmapFormat(RandomAccessFile raf)
throws IOException
create
protected static CmapFormat create(int format,
RandomAccessFile raf)
throws IOException
- 例外:
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()
(c)2009 GNN & Co.,Ltd.