ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtfont.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.206 by root, Thu Jun 17 19:37:28 2021 UTC vs.
Revision 1.207 by root, Thu Jun 17 19:42:55 2021 UTC

1349 return false; 1349 return false;
1350 1350
1351 if (!prop || prop->width == rxvt_fontprop::unset) 1351 if (!prop || prop->width == rxvt_fontprop::unset)
1352 return true; 1352 return true;
1353 1353
1354 // but we check against the whoile sequence bounding box 1354 // but we check against the whole sequence bounding box
1355 1355
1356 // check character against base font bounding box 1356 // check character against base font bounding box
1357 FcChar32 ch = unicode; 1357 FcChar32 ch = unicode;
1358 XGlyphInfo g; 1358 XGlyphInfo g;
1359 XftTextExtents32 (term->dpy, f, chrs, nchrs, &g); 1359 XftTextExtents32 (term->dpy, f, chrs, nchrs, &g);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines