jp.cssj.sakae.opentype.table
クラス CmapFormat
java.lang.Object
jp.cssj.sakae.opentype.table.CmapFormat
- すべての実装されたインタフェース:
- Serializable
- 直系の既知のサブクラス:
- CmapFormat0, CmapFormat2, CmapFormat4, CmapFormat6
public abstract class CmapFormat
- extends Object
- implements Serializable
- バージョン:
- $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(DataInputStream in)
throws IOException
- 例外:
IOException
create
protected static CmapFormat create(int format,
DataInputStream in)
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()
- オーバーライド:
- クラス
Object
内の toString