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.3 by root, Sun Aug 15 21:55:45 2004 UTC vs.
Revision 1.4 by root, Mon Aug 16 12:04:57 2004 UTC

1215 { 1215 {
1216 // search through the fallback list 1216 // search through the fallback list
1217 fonts.push_back (new_font (fallback->name, fallback->cs)); 1217 fonts.push_back (new_font (fallback->name, fallback->cs));
1218 fallback++; 1218 fallback++;
1219 } 1219 }
1220 else 1220 else if (!bold)
1221 { 1221 {
1222 // try to find a new font. 1222 // try to find a new font.
1223 // only xft currently supported, as there is no 1223 // only xft currently supported, as there is no
1224 // way to configure this and xft is easier to hack in, 1224 // way to configure this and xft is easier to hack in,
1225 // while x11 has more framework in place already. 1225 // while x11 has more framework in place already.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines