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.18 by pcg, Fri Apr 2 00:51:09 2004 UTC vs.
Revision 1.19 by root, Mon Jul 26 14:57:12 2004 UTC

106 ~rxvt_fontset (); 106 ~rxvt_fontset ();
107 107
108 rxvt_font *new_font (const char *name, codeset cs); 108 rxvt_font *new_font (const char *name, codeset cs);
109 109
110 bool populate (const char *desc); 110 bool populate (const char *desc);
111 int find_font (uint32_t unicode); 111 int find_font (uint32_t unicode, bool bold = false);
112 112
113 rxvt_font *operator [] (int id) const 113 rxvt_font *operator [] (int id) const
114 { 114 {
115 return fonts[id]; 115 return fonts[id];
116 } 116 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines