jp.cssj.sakae.opentype.cff
クラス CffGlyphList

java.lang.Object
  上位を拡張 jp.cssj.sakae.opentype.cff.CffGlyphList
すべての実装されたインタフェース:
GlyphList

public class CffGlyphList
extends Object
implements GlyphList


コンストラクタの概要
CffGlyphList(CffTable cff, HeadTable head, MaxpTable maxp)
           
 
メソッドの概要
 Glyph getGlyph(int ix)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CffGlyphList

public CffGlyphList(CffTable cff,
                    HeadTable head,
                    MaxpTable maxp)
メソッドの詳細

getGlyph

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