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

Comparing rxvt-unicode/src/rxvtfont.h (file contents):
Revision 1.43 by sf-exg, Tue Jun 21 12:03:56 2016 UTC vs.
Revision 1.44 by root, Thu Jun 17 00:49:20 2021 UTC

32 void set_term (rxvt_term *term) { this->term = term; } 32 void set_term (rxvt_term *term) { this->term = term; }
33 33
34 char *name; 34 char *name;
35 codeset cs; 35 codeset cs;
36 bool loaded; // whether we tried loading it before (not whether it's loaded) 36 bool loaded; // whether we tried loading it before (not whether it's loaded)
37 bool can_compose; // whether the font composes glyphs itself or not, should be a class method, but.. speed....
37 38
38 // managed by the font object 39 // managed by the font object
39 int ascent, descent, 40 int ascent, descent,
40 width, height; 41 width, height;
41 42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines