mfont_list_family_names
Get a list of font famiy names.
- Provided by: m17n-docs (Version: 1.6.2-2.1)
- Report a bug
Get a list of font famiy names.
MPlist* mfont_list_family_names (MFrame * frame)
Get a list of font famiy names. The mfont_list_family_names() functions returns a list of font family names available on frame frame.
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.
Copyright (C) 2001 Information-technology Promotion Agency (IPA)
Copyright (C) 2001-2011 National Institute of Advanced Industrial Science and
Technology (AIST)
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License
<http://www.gnu.org/licenses/fdl.html>.