Lines Matching refs:infoOut
1449 XTermFonts * infoOut,
1459 infoOut,
1477 XTermFonts * infoOut,
1493 NoFontWarning(infoOut);
1495 if (!xtermOpenFont(xw, *nameOutP, infoOut, NULL, False)) {
1498 xtermOpenFont(xw, *nameOutP, infoOut, NULL, False);
1502 if (fp == NULL || infoOut->fs == NULL) {
1503 xtermCopyFontInfo(infoOut, infoRef);
1505 } else if (comparable_metrics(infoRef->fs, infoOut->fs)
1506 && same_font_size(xw, infoRef->fs, infoOut->fs)
1507 && got_bold_font(screen->display, infoOut->fs, *nameOutP)) {
1511 xtermCloseFont2(xw, infoOut - fBold, fBold);
1512 *infoOut = *infoRef;
1516 } else if (!xtermOpenFont(xw, *nameOutP, infoOut, NULL, False)) {
1517 xtermCopyFontInfo(infoOut, infoRef);
1530 if (EmptyFont(infoOut->fs))
1533 if (!same_font_size(xw, infoRef->fs, infoOut->fs)
1534 && (is_fixed_font(infoRef->fs) && is_fixed_font(infoOut->fs))) {
1536 xtermCloseFont2(xw, infoOut - fBold, fBold);
1537 xtermCopyFontInfo(infoOut, infoRef);
1547 XTermFonts * infoOut,
1564 NoFontWarning(infoOut);
1570 if (xtermOpenFont(xw, *nameOutP, infoOut, NULL, False)
1572 && EmptyFont(infoOut->fs)) {
1573 xtermCloseFont2(xw, infoOut - fWide, fWide);
1575 if (infoOut->fs == NULL) {
1576 xtermCopyFontInfo(infoOut, infoRef);
1584 xtermCopyFontInfo(infoOut, infoRef);
1589 if (MaxWidthOf(infoOut->fs) != (2 * MaxWidthOf(infoRef->fs))) {
1592 TRACE(("...actual width %d\n", MaxWidthOf(infoOut->fs)));
1601 XTermFonts * infoOut,
1617 NoFontWarning(infoOut);
1623 if (xtermOpenFont(xw, *nameOutP, infoOut, NULL, False)
1625 && !compatibleWideCounts(wideInfoRef->fs, infoOut->fs)) {
1626 xtermCloseFont2(xw, infoOut - fWBold, fWBold);
1629 if (infoOut->fs == NULL) {
1634 xtermCopyFontInfo(infoOut, boldInfoRef);
1639 xtermCopyFontInfo(infoOut, wideInfoRef);
1650 xtermCopyFontInfo(infoOut, boldInfoRef);
1653 xtermCopyFontInfo(infoOut, wideInfoRef);
1659 if (EmptyFont(infoOut->fs)) {
1662 if ((!comparable_metrics(wideInfoRef->fs, infoOut->fs)
1663 || (!same_font_size(xw, wideInfoRef->fs, infoOut->fs)
1665 && is_fixed_font(infoOut->fs)))) {
1667 xtermCloseFont2(xw, infoOut - fWBold, fWBold);
1668 xtermCopyFontInfo(infoOut, wideInfoRef);