|
NAMEmfont_set_selection_priority - Set the font selection priority.SYNOPSISint mfont_set_selection_priority (MSymbol * keys)DESCRIPTIONSet the font selection priority.The mfont_set_selection_priority() function sets font selection priority according to keys, which is an array of six symbols. Each element must be one of the below. No two elements must be the same. Mfamily, Mweight, Mstyle, Mstretch, Madstyle, Msize. See the documentation of the function mfont_selection_priority() for details. 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. |