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

Comparing rxvt-unicode/src/defaultfont.h (file contents):
Revision 1.5 by pcg, Tue Nov 25 15:25:17 2003 UTC vs.
Revision 1.6 by pcg, Thu Dec 4 00:43:26 2003 UTC

1/* 1/*
2 * $Id: defaultfont.h,v 1.5 2003/11/25 15:25:17 pcg Exp $ 2 * $Id: defaultfont.h,v 1.6 2003/12/04 00:43:26 pcg Exp $
3 */ 3 */
4 4
5#ifndef _DEFAULTFONT_H_ 5#ifndef _DEFAULTFONT_H_
6#define _DEFAULTFONT_H_ 6#define _DEFAULTFONT_H_
7 7
28 rxvt_t r; 28 rxvt_t r;
29 void set_term (rxvt_t r) { this->r = r; } 29 void set_term (rxvt_t r) { this->r = r; }
30 30
31 char *name; 31 char *name;
32 codeset cs; 32 codeset cs;
33 bool loaded; 33 bool loaded; // wether we tried loading it before (not wether it's loaded)
34 34
35 // managed by the font object 35 // managed by the font object
36 bool prop; // wether this is a proportional font or has other funny characteristics 36 bool prop; // wether this is a proportional font or has other funny characteristics
37 int ascent, descent, 37 int ascent, descent,
38 width, height; 38 width, height;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines