jp.cssj.sakae.opentype
クラス OpenTypeFont

java.lang.Object
  上位を拡張 jp.cssj.sakae.opentype.OpenTypeFont

public class OpenTypeFont
extends Object

The TrueType font.

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

コンストラクタの概要
OpenTypeFont(RandomAccessFile raf)
           
 
メソッドの概要
 int getAscent()
           
 int getDescent()
           
 Glyph getGlyph(int i)
           
 int getNumGlyphs()
           
 Table getTable(int tableType)
           
 TableDirectory getTableDirectory()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OpenTypeFont

public OpenTypeFont(RandomAccessFile raf)
             throws IOException
例外:
IOException
メソッドの詳細

getTable

public Table getTable(int tableType)

getAscent

public int getAscent()

getDescent

public int getDescent()

getNumGlyphs

public int getNumGlyphs()

getGlyph

public Glyph getGlyph(int i)

getTableDirectory

public TableDirectory getTableDirectory()