Home
last modified time | relevance | path

Searched refs:font_des (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtidget.c549 int font_des=defaultFontDes; local
556 font_des = msgFontDes;
565 font_des = msgFontDes;
574 font_des = boldMsgFontDes;
583 font_des = italicMsgFontDes;
592 font_des = boldItalicMsgFontDes;
601 if (pn_font_des != NULL) *pn_font_des = font_des;
H A Dtginssym.c79 gInsertSymbolInfo.font_des = gInsertSymbolInfo.xfs->max_bounds.descent;
81 gInsertSymbolInfo.font_des;
H A Dtgisdl.e42 int font_width, font_asc, font_des, font_height;
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-cell-text.c1386 PangoFontDescription *font_des; in ect_print() local
1404 font_des = pango_font_description_from_string ("sans 10"); /* fix me font hardcoded */ in ect_print()
1405 pango_layout_set_font_description (layout, font_des); in ect_print()
1408 get_font_size (layout, font_des, string, &text_width, &text_height); in ect_print()
1466 pango_font_description_free (font_des); in ect_print()
1486 PangoFontDescription *font_des; in ect_print_height() local
1496 font_des = pango_font_description_from_string ("sans 10"); /* fix me font hardcoded */ in ect_print_height()
1497 pango_layout_set_font_description (layout, font_des); in ect_print_height()
1500 get_font_size (layout, font_des, string, &text_width, &text_height); in ect_print_height()