| /src/sys/dev/hpc/ |
| fontconv.c | 9 int width, height, ascent; variable 25 ascent = 8; 164 fprintf(ofp, " %d, %d, %d, ", width, height, ascent); 170 fprintf(ofp, "%d, %d, %d, %d },\n", 0, -ascent, width, 0);
|
| /src/sys/dev/rcons/ |
| raster.h | 114 int width, height, ascent; /* nominal character size */ member in struct:raster_font
|
| /src/external/gpl2/groff/dist/src/utils/hpftodit/ |
| hpftodit.cpp | 170 int16 ascent; member in struct:char_info 686 char_table[i].ascent = f.get_uint16(); 687 if (char_table[i].ascent < 0) 688 char_table[i].ascent = 0; 880 scale(char_table[i].width), scale(char_table[i].ascent)); 915 if (char_table[i].ascent > int16(tag_info(lower_ascent_tag).value)*9/10) 1058 printf(" Maximum Ascent (%u DU: %.2f em)", tag_info(t).value, 1062 printf(" Lowercase Ascent (%u DU: %.2f em)", tag_info(t).value, 1087 printf(" Character Ascent array"); 1122 printf(" Character Ascent array") [all...] |
| /src/external/mit/xorg/lib/libxcb/files/ |
| xproto.h | 2757 int16_t ascent; member in struct:xcb_charinfo_t 8720 * `font_ascent` is set to the maximum of the ascent metrics of all characters in 8758 * `font_ascent` is set to the maximum of the ascent metrics of all characters in 10432 * the filled rectangle is at [x, y - font-ascent]. The width is overall-width, 10433 * the height is font-ascent + font-descent. The overall-width, font-ascent and 10471 * the filled rectangle is at [x, y - font-ascent]. The width is overall-width, 10472 * the height is font-ascent + font-descent. The overall-width, font-ascent and 10520 * the filled rectangle is at [x, y - font-ascent]. The width is overall-width [all...] |