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.20 by root, Wed Aug 4 03:29:28 2004 UTC vs.
Revision 1.21 by root, Wed Aug 11 01:36:51 2004 UTC

109 109
110 rxvt_font *new_font (const char *name, codeset cs); 110 rxvt_font *new_font (const char *name, codeset cs);
111 111
112 bool populate (const char *desc); 112 bool populate (const char *desc);
113 int find_font (uint32_t unicode, bool bold = false); 113 int find_font (uint32_t unicode, bool bold = false);
114 int find_font (const char *name) const;
114 115
115 // font-id's MUST fit into a signed 16 bit integer. 116 // font-id's MUST fit into a signed 16 bit integer.
116 rxvt_font *operator [] (int id) const 117 rxvt_font *operator [] (int id) const
117 { 118 {
118 return fonts[id]; 119 return fonts[id];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines