jp.cssj.sakae.opentype.table
クラス CoverageFormat1
java.lang.Object
jp.cssj.sakae.opentype.table.Coverage
jp.cssj.sakae.opentype.table.CoverageFormat1
public class CoverageFormat1
- extends Coverage
- バージョン:
- $Id: CoverageFormat1.java,v 1.2 2007-05-06 04:27:01 miyabe Exp $
- 作成者:
- David Schweinsberg
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoverageFormat1
protected CoverageFormat1(RandomAccessFile raf)
throws IOException
- Creates new CoverageFormat1
- 例外:
IOException
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.