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_list_family_names -

Description

       Get a list of font famiy names. The mfont_list_family_names() functions returns a list of font family
       names available on frame frame.

Name

       mfont_list_family_names -

Return Value

       This function returns a plist whose keys are Msymbol and values are symbols representing font family
       names. The elements are sorted by alphabetical order. The plist must be freed by m17n_object_unref(). If
       not font is found, it returns NULL.

Synopsis

MPlist* mfont_list_family_names (MFrame * frame)

See Also