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, 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,
                         MaxpTable maxp)
メソッドの詳細

getGlyph

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