Searched defs:XLoadQueryFont (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c60 result = XLoadQueryFont(display, name);
64 fprintf(stderr, "XLoadQueryFont(\"%s\") -> 0x%x.\n", name, result);
71 #define XLoadQueryFont XLoadQueryFontX macro
245 f = XLoadQueryFont(display, name);
324 f = XLoadQueryFont(display, buffer2);\
424 return XLoadQueryFont(display, defaultXLFD);
684 xfont = XLoadQueryFont(display, fontSpec);
686 /* XXX: sometimes XLoadQueryFont returns a bogus font structure */

Completed in 32 milliseconds