m17n-flt.c

関数

MFLTmflt_get (MSymbol name)
 指定された名前を持つ FLT オブジェクトを返す.
MFLTmflt_find (int c, MFLTFont *font)
 指定された文字とフォントに合った FLT を探す.
const char * mflt_name (MFLT *flt)
 FLT の名前を返す.
MCharTablemflt_coverage (MFLT *flt)
 FLT の範囲を返す.
int mflt_run (MFLTGlyphString *gstring, int from, int to, MFLTFont *font, MFLT *flt)
 FLT を使って文字をレイアウトする.
MFLTmdebug_dump_flt (MFLT *flt, int indent)
void mflt_dump_gstring (MFLTGlyphString *gstring)

変数

int mflt_enable_new_feature
int(* mflt_iterate_otf_feature )(struct _MFLTFont *font, MFLTOtfSpec *spec, int from, int to, unsigned char *table)
MSymbol(* mflt_font_id )(struct _MFLTFont *font)
int(* mflt_try_otf )(struct _MFLTFont *font, MFLTOtfSpec *spec, MFLTGlyphString *gstring, int from, int to)
 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義

m17n-lib Home