Home
last modified time | relevance | path

Searched refs:Mweight (Results 1 – 9 of 9) sorted by relevance

/dports/misc/magicpoint/magicpoint-1.13a/
H A Dm17n.c318 mfont_put_prop (font, Mweight, weight);
501 mface_put_prop (face, Mweight, mfont_get_prop (font, Mweight));
702 if (key_sym == Mfoundry || key_sym == Mfamily || key_sym == Mweight
/dports/devel/m17n-docs/m17n-docs-1.5.5/usr/latex/
H A Dgroup__m17nFont.tex11 {\bf MSymbol} {\bf Mweight}
101 {\tt Mfoundry}, {\tt Mfamily}, {\tt Mweight}, {\tt Mstyle}, {\tt Mstretch}, {\tt Madstyle}, {\tt Mr…
284 {\tt Mfoundry}, {\tt Mfamily}, {\tt Mweight}, {\tt Mstyle}, {\tt Mstretch}, {\tt Madstyle}, {\tt Mr…
291 \item[Return value: ]If {\bf key} is {\tt Mfoundry}, {\tt Mfamily}, {\tt Mweight}, {\tt Mstyle}, {\…
301 {\tt Mfoundry}, {\tt Mfamily}, {\tt Mweight}, {\tt Mstyle}, {\tt Mstretch}, {\tt Madstyle}, {\tt Mr…
312 {\tt Mfamily}, {\tt Mweight}, {\tt Mstyle}, {\tt Mstretch}, {\tt Madstyle}, {\tt Msize}.
323 {\tt Mfamily}, {\tt Mweight}, {\tt Mstyle}, {\tt Mstretch}, {\tt Madstyle}, {\tt Msize}.
472 …st be a symbol whose name is a family name of a font. \index{m17nFont@{m17nFont}!Mweight@{Mweight}}
473 \index{Mweight@{Mweight}!m17nFont@{m17nFont}}
474 \subsubsection[Mweight]{\setlength{\rightskip}{0pt plus 5cm}{\bf MSymbol} {\bf Mweight}}\label{grou… subsubsection
[all …]
H A Dgroup__m17nFace.tex128 …family}{p.}{group__m17nFont_gb297101760f7573ab33b846ccbda7500}, \doxyref{Mweight}{p.}{group__m17nF…
212 …family}{p.}{group__m17nFont_gb297101760f7573ab33b846ccbda7500}, \doxyref{Mweight}{p.}{group__m17nF…
236 …family}{p.}{group__m17nFont_gb297101760f7573ab33b846ccbda7500}, \doxyref{Mweight}{p.}{group__m17nF…
400 …f72a0b0f8b7b55ac6cd964e5b790957d} points to a face that has the \doxyref{Mweight}{p.}{group__m17nF…
407 …0df472269e69bfd1a7982e7ff4183399} points to a face that has the \doxyref{Mweight}{p.}{group__m17nF…
421 …5d704867552bb8ec683667c414a1960f} points to a face that has the \doxyref{Mweight}{p.}{group__m17nF…
H A Dm17n-lib.toc453 \contentsline {subsubsection}{\numberline {2.19.4.3}Mweight}{125}
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dfont.c811 prop[2] = (MSymbol) mfont_get_prop (font, Mweight); in xlfd_unparse_name()
1069 Mweight = msymbol ("weight"); in mfont__init()
1070 mfont__property_table[MFONT_WEIGHT].property = Mweight; in mfont__init()
1998 MSymbol Mweight; variable
2446 if (key == Mweight) in mfont_get_prop()
2535 else if (key == Mweight) in mfont_put_prop()
2617 keys[i] = Mweight; in mfont_selection_priority()
2672 else if (*keys == Mweight) in mfont_set_selection_priority()
H A Dface.c249 { &Mweight, &Msymbol }, in serialize_face()
366 if (key == Mfoundry || key == Mfamily || key == Mweight || key == Mstyle in deserialize_face()
448 { &Mweight, MFACE_WEIGHT }, in mface__init()
1796 face->property[MFACE_WEIGHT] = mfont_get_prop (font, Mweight); in mface_from_font()
H A Dm17n-gui.h165 extern MSymbol Mweight;
/dports/devel/m17n-docs/m17n-docs-1.5.5/ja/latex/
H A Dm17n-lib.toc453 \contentsline {subsubsection}{\numberline {2.19.4.3}Mweight}{122}
/dports/devel/m17n-lib/m17n-lib-1.8.0/example/
H A Dmedit.c815 MSymbol weight = mfont_get_prop (cursor.font, Mweight); in show_cursor()