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.198 by root, Wed Jun 16 22:51:55 2021 UTC vs.
Revision 1.199 by root, Thu Jun 17 00:08:35 2021 UTC

262 } 262 }
263} 263}
264 264
265///////////////////////////////////////////////////////////////////////////// 265/////////////////////////////////////////////////////////////////////////////
266 266
267struct rxvt_font_default : rxvt_font { 267struct rxvt_font_default : rxvt_font
268{
268 struct rxvt_fontset *fs; 269 struct rxvt_fontset *fs;
269 270
270 rxvt_font_default (rxvt_fontset *fs) 271 rxvt_font_default (rxvt_fontset *fs)
271 : rxvt_font () 272 : rxvt_font ()
272 { 273 {
492 493
493 x += fwidth; 494 x += fwidth;
494 } 495 }
495} 496}
496 497
497struct rxvt_font_overflow : rxvt_font { 498struct rxvt_font_overflow : rxvt_font
499{
498 struct rxvt_fontset *fs; 500 struct rxvt_fontset *fs;
499 501
500 rxvt_font_overflow (rxvt_fontset *fs) 502 rxvt_font_overflow (rxvt_fontset *fs)
501 : rxvt_font () 503 : rxvt_font ()
502 { 504 {
548 } 550 }
549}; 551};
550 552
551///////////////////////////////////////////////////////////////////////////// 553/////////////////////////////////////////////////////////////////////////////
552 554
553struct rxvt_font_x11 : rxvt_font { 555struct rxvt_font_x11 : rxvt_font
556{
554 rxvt_font_x11 () { f = 0; } 557 rxvt_font_x11 () { f = 0; }
555 558
556 void clear (); 559 void clear ();
557 560
558 rxvt_fontprop properties (); 561 rxvt_fontprop properties ();
1133 1136
1134///////////////////////////////////////////////////////////////////////////// 1137/////////////////////////////////////////////////////////////////////////////
1135 1138
1136#if XFT 1139#if XFT
1137 1140
1138struct rxvt_font_xft : rxvt_font { 1141struct rxvt_font_xft : rxvt_font
1142{
1139 rxvt_font_xft () { f = 0; } 1143 rxvt_font_xft ()
1144 {
1145 f = 0;
1146 }
1140 1147
1141 void clear (); 1148 void clear ();
1142 1149
1143 rxvt_fontprop properties (); 1150 rxvt_fontprop properties ();
1144 1151

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines