The m17n Library  1.8.4
Functions | Variables
m17n-flt.c File Reference

Functions

MFLTmflt_get (MSymbol name)
 Return an FLT object that has a specified name. More...
 
MFLTmflt_find (int c, MFLTFont *font)
 Find an FLT suitable for the specified character and font. More...
 
const char * mflt_name (MFLT *flt)
 Return the name of an FLT. More...
 
MCharTablemflt_coverage (MFLT *flt)
 Return a coverage of a FLT. More...
 
int mflt_run (MFLTGlyphString *gstring, int from, int to, MFLTFont *font, MFLT *flt)
 Layout characters with an FLT. More...
 
MFLTmdebug_dump_flt (MFLT *flt, int indent)
 Dump a Font Layout Table. More...
 
void mflt_dump_gstring (MFLTGlyphString *gstring)
 Dump an MFLTGlyphString. More...
 

Variables

int mflt_enable_new_feature
 Flag to control several new OTF handling commands. More...
 
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