Home
last modified time | relevance | path

Searched refs:boldItalicMsgFontSet (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.e64 extern XFontSet boldItalicMsgFontSet;
70 extern char *boldItalicMsgFontSet;
H A Dbutton.c77 if (boldItalicMsgFontSet == NULL && boldItalicMsgFontPtr == NULL) {
H A Dmsg.c383 if (boldItalicMsgFontSet != NULL) {
384 return XmbTextEscapement(boldItalicMsgFontSet, psz_str, len);
463 if (boldItalicMsgFontSet != NULL) {
464 XmbDrawString(dpy, win, boldItalicMsgFontSet, gc, x, baseline_y, msg_str,
H A Dfont.c129 XFontSet boldItalicMsgFontSet=NULL; variable
135 char *boldItalicMsgFontSet=NULL; variable
3697 boldItalicMsgFontSet = NULL; in InitFontSetsAndBasicFonts()
3700 InitABasicFontSet(&boldItalicMsgFontSet, &boldItalicMsgFontSetName, in InitFontSetsAndBasicFonts()
3706 if (boldItalicMsgFontSet == NULL) { in InitFontSetsAndBasicFonts()
5766 if (boldItalicMsgFontSet != NULL) { in CleanUpFonts()
5767 XFreeFontSet(mainDisplay, boldItalicMsgFontSet); in CleanUpFonts()
5771 boldItalicMsgFontSet = NULL; in CleanUpFonts()
H A Dtidget.c588 if (boldItalicMsgFontSet != NULL || boldItalicMsgFontPtr != NULL) {