jp.cssj.sakae.opentype.table
クラス CmapFormat
java.lang.Object
jp.cssj.sakae.opentype.table.CmapFormat
- 直系の既知のサブクラス:
- CmapFormat0, CmapFormat2, CmapFormat4, CmapFormat6
- public abstract class CmapFormat
- extends java.lang.Object
- バージョン:
- $Id: CmapFormat.java,v 1.2 2007-05-06 04:27:00 miyabe Exp $
- 作成者:
- David Schweinsberg
コンストラクタの概要 |
protected |
CmapFormat(java.io.RandomAccessFile raf)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
format
protected int format
length
protected int length
version
protected int version
CmapFormat
protected CmapFormat(java.io.RandomAccessFile raf)
throws java.io.IOException
create
protected static CmapFormat create(int format,
java.io.RandomAccessFile raf)
throws java.io.IOException
- 例外:
java.io.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 java.lang.String toString()
(c)2009 GNN & Co.,Ltd.