jp.cssj.sakae.opentype.truetype
クラス TrueTypeGlyphList

java.lang.Object
  拡張jp.cssj.sakae.opentype.truetype.TrueTypeGlyphList
すべての実装インタフェース:
GlyphList

public class TrueTypeGlyphList
extends Object
implements GlyphList


コンストラクタの概要
TrueTypeGlyphList(GlyfTable glyf, HeadTable head, HmtxTable hmtx, MaxpTable maxp)
           
 
メソッドの概要
 Glyph getGlyph(int ix)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TrueTypeGlyphList

public TrueTypeGlyphList(GlyfTable glyf,
                         HeadTable head,
                         HmtxTable hmtx,
                         MaxpTable maxp)
メソッドの詳細

getGlyph

public Glyph getGlyph(int ix)
定義:
インタフェース GlyphList 内の getGlyph


(c)2009 GNN & Co.,Ltd.