Lines Matching defs:font
60 dump_font_struct(XFontStruct * font)
62 printf("ascent = %d, descent = %d\n", font->ascent, font->descent);
64 font->min_char_or_byte2, font->max_char_or_byte2);
65 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
66 printf("all_chars_exist = %s\n", font->all_chars_exist ? "True" : "False");
68 (char) (isprint(font->default_char) ? font->default_char : ' '),
69 font->default_char);
70 dump_char_struct(&font->min_bounds, "min> ");
71 dump_char_struct(&font->max_bounds, "max> ");
73 for (c = font->min_char_or_byte2; c <= font->max_char_or_byte2; c++) {
76 dump_char_struct(&font->per_char[c], prefix);
107 /* Fill a BITMAP with a character C from thew current font
123 * draw the entire font into a single pixmap (careful with
215 DRI_glXUseXFont(struct glx_context *CC, Font font, int first, int count, int listbase)
236 fs = XQueryFont(dpy, font);
285 values.font = fs->fid;
336 for the pixmap for capturing the X11 font. This is slightly