Home | History | Annotate | Download | only in dist

Lines Matching defs:fonts

48 #define N_START INT_MAX         /* Maximum # of fonts to start with (should
51 * fonts available) */
248 /* Get list of fonts matching pattern */
250 char **fonts;
254 fonts = XListFontsWithInfo(dpy, pattern, nnames, &available,
257 fonts = XListFonts(dpy, pattern, nnames, &available);
258 if (fonts == NULL) {
266 XFreeFontInfo(fonts, info, available);
268 XFreeFontNames(fonts);
277 font_list[font_cnt].name = fonts[i];