The m17n Library  1.8.3
Functions
fontset.c File Reference

Functions

MFontsetmfontset (char *name)
 Return a fontset. More...
 
MSymbol mfontset_name (MFontset *fontset)
 Return the name of a fontset. More...
 
MFontsetmfontset_copy (MFontset *fontset, char *name)
 Make a copy of a fontset. More...
 
int mfontset_modify_entry (MFontset *fontset, MSymbol script, MSymbol language, MSymbol charset, MFont *spec, MSymbol layouter_name, int how)
 Modify the contents of a fontset. More...
 
MPlistmfontset_lookup (MFontset *fontset, MSymbol script, MSymbol language, MSymbol charset)
 Lookup a fontset. More...
 
MFontsetmdebug_dump_fontset (MFontset *fontset, int indent)
 Dump a fontset. More...
 

Function Documentation

◆ mdebug_dump_fontset()

MFontset* mdebug_dump_fontset ( MFontset fontset,
int  indent 
)

Dump a fontset.

The mdebug_dump_fontset() function prints fontset fontset in a human readable way to the stderr or to what specified by the environment variable MDEBUG_OUTPUT_FILE. indent specifies how many columns to indent the lines but the first one.

Return value:
This function returns fontset.

m17n-lib Home