logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

m17nFontset_-_Fon - - A fontset is an object that maps a character to fonts.

Author

       Generated automatically by Doxygen for The m17n Library from the source code.

Detailed Description

       A fontset is an object that maps a character to fonts.

       A fontset is an object of the type MFontset. When drawing an M-text, a fontset provides rules to select a
       font for each character in the M-text according to the following information.

       • The script character property of a character.
       • The language text property of a character.
       • The charset text property of a character.
       The documentation of mdraw_text() describes how that information is used.

Name

       m17nFontset_-_Fon -  - A fontset is an object that maps a character to fonts.

Synopsis

FunctionsMFontset * mfontset (char *name)
           Return a fontset.
       MSymbol mfontset_name (MFontset *fontset)
           Return the name of a fontset.
       MFontset * mfontset_copy (MFontset *fontset, char *name)
           Make a copy of a fontset.
       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.
       MPlist * mfontset_lookup (MFontset *fontset, MSymbol script, MSymbol language, MSymbol charset)
           Lookup a fontset.

See Also