Lines Matching full:font
61 dump_font_struct(XFontStruct * font)
63 printf("ascent = %d, descent = %d\n", font->ascent, font->descent);
65 font->min_char_or_byte2, font->max_char_or_byte2);
66 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
67 printf("all_chars_exist = %s\n", font->all_chars_exist ? "True" : "False");
69 (char) (isprint(font->default_char) ? font->default_char : ' '),
70 font->default_char);
71 dump_char_struct(&font->min_bounds, "min> ");
72 dump_char_struct(&font->max_bounds, "max> ");
74 for (c = font->min_char_or_byte2; c <= font->max_char_or_byte2; c++) {
77 dump_char_struct(&font->per_char[c], prefix);
108 /* Fill a BITMAP with a character C from thew current font
124 * draw the entire font into a single pixmap (careful with
217 Fake_glXUseXFont(Font font, int first, int count, int listbase)
237 fs = XQueryFont(dpy, font);
240 "Couldn't get font structure information");
288 values.font = fs->fid;
340 for the pixmap for capturing the X11 font. This is slightly