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.45 by root, Thu Jun 17 11:01:57 2021 UTC vs.
Revision 1.46 by root, Thu Jun 17 19:37:28 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....
38 37
39 // managed by the font object 38 // managed by the font object
40 int ascent, descent, 39 int ascent, descent,
41 width, height; 40 width, height;
42 41

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines