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
クラス 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()