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

mfont_selection_priority -

Description

       Return the font selection priority. The mfont_selection_priority() function returns a newly created array
       of six symbols. The elements are the following keys of font properties ordered by priority.

       Mfamily, Mweight, Mstyle, Mstretch, Madstyle, Msize.

       The m17n library selects the best matching font according to the order of this array. A font that has a
       different value for a property of lower priority is preferred to a font that has a different value for a
       property of higher priority.

Name

       mfont_selection_priority -

Synopsis

       MSymbol* mfont_selection_priority ()

See Also