HomeSort by: relevance | last modified time | path
    Searched refs:textFont (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xdm/dist/greeter/
LoginP.h 118 XFontStruct *textFont; /* font for text */
Login.c 171 offset (textFont), XtRString, "*-new century schoolbook-medium-r-normal-*-180-*"},
1704 if (w->login.textFont) {
1705 myXGCV.font = w->login.textFont->fid;
1724 if (w->login.textFont == NULL)
1725 w->login.textFont = XQueryFont (XtDisplay (w),
1730 w->login.promptFont = w->login.textFont;
1740 w->login.greetFont = w->login.textFont;
1750 w->login.failFont = w->login.textFont;
  /xsrc/external/mit/xkbprint/dist/
psgeom.c 578 PSSetUpFonts(FILE *out, const char *textFont, int size)
581 FONT_TEXT, textFont);
583 FONT_LATIN1, textFont);

Completed in 10 milliseconds