|
関数 |
MFLT * | mflt_get (MSymbol name) |
| 指定された名前を持つ FLT オブジェクトを返す.
|
MFLT * | mflt_find (int c, MFLTFont *font) |
| 指定された文字とフォントに合った FLT を探す.
|
const char * | mflt_name (MFLT *flt) |
| FLT の名前を返す.
|
MCharTable * | mflt_coverage (MFLT *flt) |
| FLT の範囲を返す.
|
int | mflt_run (MFLTGlyphString *gstring, int from, int to, MFLTFont *font, MFLT *flt) |
| FLT を使って文字をレイアウトする.
|
MFLT * | mdebug_dump_flt (MFLT *flt, int indent) |
変数 |
int(* | mflt_iterate_otf_feature )(struct _MFLTFont *font, MFLTOtfSpec *spec, int from, int to, unsigned char *table) |
MSymbol(* | mflt_font_id )(struct _MFLTFont *font) |