Lines Matching defs:wide
137 #define MY_UCS(code,high,wide,name) { code, high, wide, #name }
139 unsigned code, high, wide;
236 * Verify that the wide-bold font is at least a bold font with roughly as many
237 * glyphs as the wide font. The counts should be the same, but settle for
248 TRACE(("...font server lied (count wide %u vs wide-bold %u)\n",
794 * Check normal/bold (or wide/wide-bold) font pairs to see if we will be able
941 * (bi-width / monospace) font even though the former is half as wide as
1043 /* these combinations of wide/bold/italic are all "derived" */
1271 TRACE2(("\t\t\t%d: cell [%d .. %d] wide %d high %d / %d\n",
1525 * there is no wide font : the X server doubles the width of the
1578 TRACE(("...%s wide %s\n",
1635 TRACE(("...cannot load wide-bold, use bold %s\n",
1640 TRACE(("...cannot load wide-bold, use wide %s\n",
1644 TRACE(("...%s wide/bold %s\n",
1654 TRACE(("...cannot load wide bold font, use wide %s\n", NonNull(wideNameRef)));
1666 TRACE(("...ignoring mismatched normal/bold wide fonts\n"));
1677 * Load a given bitmap font, along with the bold/wide variants.
1723 DbgResource("wide ", f_w, fWide);
1792 TRACE(("Proportional font! wide %d/%d, wide bold %d/%d\n",
1801 /* TODO : enforce that the width of the wide font is 2* the width
2373 * If the current fonts are not wide, load the UTF8 fonts.
2375 * Called during initialization (for wide-character mode), the fonts have not
2379 * (starting from narrow character mode), it checks if the fonts are not wide.
2391 result = (isWideFont(GetNormalFont(screen, fWide)->fs, "wide", nullOk)
2393 "wide-bold", nullOk));
2401 TRACE(("current fonts are not all wide%s\n", nullOk ? " nullOk" : ""));
2410 * Restore the default fonts, i.e., if we had switched to wide-fonts.
2645 TRACE((TRACE_R " %u total, %u too-high, %u too-wide\n", count, too_high, too_wide));
2780 * wide as the Latin-1 characters.
3193 switch (unicode_boxes[n].wide) {
3669 TRACE(("xtermComputeFontInfo wide(face %s, char_width %d)\n",
3686 OPEN_XFT(wnorm, "wide");
3694 OPEN_XFT(wbold, "wide-bold");
3703 OPEN_XFT(wital, "wide-italic");
3707 noUsableXft(xw, "wide bold");
3713 OPEN_XFT(wbtal, "wide-bold-italics");
3724 noUsableXft(xw, "wide-bold");
3730 OPEN_XFT(wbold, "wide-bold");
3737 noUsableXft(xw, "wide-italic");
3743 OPEN_XFT(wital, "wide-italic");