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()
           
 CmapTable getCmapTable()
           
 int getDescent()
           
 Glyph getGlyph(int i)
           
 HeadTable getHeadTable()
           
 HheaTable getHheaTable()
           
 HmtxTable getHmtxTable()
           
 MaxpTable getMaxpTable()
           
 NameTable getNameTable()
           
 int getNumGlyphs()
           
 Os2Table getOS2Table()
           
 PostTable getPostTable()
           
 Table getTable(int tableType)
           
 TableDirectory getTableDirectory()
           
 VheaTable getVheaTable()
           
 VmtxTable getVmtxTable()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OpenTypeFont

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

getTable

public Table getTable(int tableType)

getOS2Table

public Os2Table getOS2Table()

getCmapTable

public CmapTable getCmapTable()

getHeadTable

public HeadTable getHeadTable()

getHheaTable

public HheaTable getHheaTable()

getHmtxTable

public HmtxTable getHmtxTable()

getVheaTable

public VheaTable getVheaTable()

getVmtxTable

public VmtxTable getVmtxTable()

getMaxpTable

public MaxpTable getMaxpTable()

getNameTable

public NameTable getNameTable()

getPostTable

public PostTable getPostTable()

getAscent

public int getAscent()

getDescent

public int getDescent()

getNumGlyphs

public int getNumGlyphs()

getGlyph

public Glyph getGlyph(int i)

getTableDirectory

public TableDirectory getTableDirectory()


(c)2009 GNN & Co.,Ltd.