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

java.lang.Object
  拡張jp.cssj.sakae.opentype.table.Coverage
      拡張jp.cssj.sakae.opentype.table.CoverageFormat2

public class CoverageFormat2
extends Coverage

バージョン:
$Id: CoverageFormat2.java,v 1.2 2007-05-06 04:27:01 miyabe Exp $
作成者:
David Schweinsberg

コンストラクタの概要
protected CoverageFormat2(java.io.RandomAccessFile raf)
          Creates new CoverageFormat2
 
メソッドの概要
 int findGlyph(int glyphId)
           
 int getFormat()
           
 
クラス jp.cssj.sakae.opentype.table.Coverage から継承したメソッド
read
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CoverageFormat2

protected CoverageFormat2(java.io.RandomAccessFile raf)
                   throws java.io.IOException
Creates new CoverageFormat2

メソッドの詳細

getFormat

public int getFormat()
定義:
クラス Coverage 内の getFormat

findGlyph

public int findGlyph(int glyphId)
定義:
クラス Coverage 内の findGlyph
パラメータ:
glyphId - The ID of the glyph to find.
戻り値:
The index of the glyph within the coverage, or -1 if the glyph can't be found.


(c)2009 GNN & Co.,Ltd.