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
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.