|
NAMEmfont_selection_priority - Return the font selection priority.SYNOPSISMSymbol* mfont_selection_priority ()DESCRIPTIONReturn 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. 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. |