Lines Matching defs:bold
1131 /* and bold foreground color on bold background color */
1136 /* clear BOLD flag, else it will be colorBD on bold background color */
2810 * SGR #8 and SGR #15 are the bold (or bright) versions of SGR #0 and
2997 * Find Xft (truetype) double-width font for the given normal/bold attributes.
3045 * Find Xft (truetype) single-width font for the given normal/bold attributes.
3970 * Draws text with the specified combination of bold/underline. The return
4106 normal/bold fonts only. */
4180 * not found in the bold version.
4717 * Check for special case where the bold font lacks glyphs found in the
4724 XTermFonts *bold = NULL;
4730 bold = WhichVFontData(screen, fWBold);
4733 bold = WhichVFontData(screen, fBold);
4738 if (useBoldFont && FontIsIncomplete(bold)) {
4743 noBold = IsXtermMissingChar(screen, ch, bold);
4986 * Returns a GC, selected according to the font (reverse/bold/normal) that is