|
NAMEmfontset_lookup - Lookup a fontset.SYNOPSISMPlist * mfontset_lookup (MFontset * fontset, MSymbol script, MSymbol language, MSymbol charset)DESCRIPTIONLookup a fontset.The mfontset_lookup() function lookups fontset and returns a plist that describes the contents of fontset corresponding to the specified script, language, and charset. If script is Mt, keys of the returned plist are script name symbols for which some fonts are specified and values are NULL. If script is a script name symbol, the returned plist is decided by language.
If script is Mnil, the returned plist is decided as below.
RETURN VALUEIt returns a plist describing the contents of a fontset.
The plist should be freed by m17n_object_unref().
COPYRIGHTCopyright (C) 2001 Information-technology Promotion Agency (IPA)Copyright (C) 2001-2009 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>.
Visit the GSP FreeBSD Man Page Interface. |