jp.cssj.sakae.opentype.table
クラス CmapFormat0

java.lang.Object
  上位を拡張 jp.cssj.sakae.opentype.table.CmapFormat
      上位を拡張 jp.cssj.sakae.opentype.table.CmapFormat0
すべての実装されたインタフェース:
Serializable

public class CmapFormat0
extends CmapFormat

Simple Macintosh cmap table, mapping only the ASCII character set to glyphs.

バージョン:
$Id: CmapFormat0.java,v 1.2 2007-05-06 04:27:01 miyabe Exp $
作成者:
David Schweinsberg
関連項目:
直列化された形式

フィールドの概要
 
クラス jp.cssj.sakae.opentype.table.CmapFormat から継承されたフィールド
format, length, version
 
コンストラクタの概要
protected CmapFormat0(DataInputStream in)
           
 
メソッドの概要
 int getFirst()
           
 int getLast()
           
 int mapCharCode(int charCode)
           
 
クラス jp.cssj.sakae.opentype.table.CmapFormat から継承されたメソッド
create, getFormat, getLength, getVersion, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

CmapFormat0

protected CmapFormat0(DataInputStream in)
               throws IOException
例外:
IOException
メソッドの詳細

getFirst

public int getFirst()
定義:
クラス CmapFormat 内の getFirst

getLast

public int getLast()
定義:
クラス CmapFormat 内の getLast

mapCharCode

public int mapCharCode(int charCode)
定義:
クラス CmapFormat 内の mapCharCode