Lines Matching defs:fonts
47 #define N_START INT_MAX /* Maximum # of fonts to start with (should
50 * fonts available) */
228 /* Get list of fonts matching pattern */
230 char **fonts;
234 fonts = XListFontsWithInfo(dpy, pattern, nnames, &available,
237 fonts = XListFonts(dpy, pattern, nnames, &available);
238 if (fonts == NULL) {
246 XFreeFontInfo(fonts, info, available);
248 XFreeFontNames(fonts);
257 font_list[font_cnt].name = fonts[i];