From a166e2b76bbf56626e12ddd2e1d9a7e80a96f1a3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Aug 2004 13:07:07 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvtfont.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/rxvtfont.h b/src/rxvtfont.h index e5c98627..82ee176a 100644 --- a/src/rxvtfont.h +++ b/src/rxvtfont.h @@ -100,14 +100,12 @@ struct rxvt_fallback_font; struct rxvt_fontset { char *fontdesc; - rxvt_fontprop prop; rxvt_fontset (rxvt_term *r); ~rxvt_fontset (); - rxvt_font *new_font (const char *name, codeset cs); - - bool populate (const char *desc, const rxvt_fontprop &prop); + bool populate (const char *desc); + void set_prop (const rxvt_fontprop &prop) { this->prop = prop; } int find_font (uint32_t unicode); int find_font (const char *name) const; bool realize_font (int i); @@ -120,14 +118,16 @@ struct rxvt_fontset { private: rxvt_term *r; + rxvt_fontprop prop; simplevec fonts; const rxvt_fallback_font *fallback; typedef unsigned char pagemap[256]; vector fmap; - void add_fonts (const char *desc); void clear (); + rxvt_font *new_font (const char *name, codeset cs); + void add_fonts (const char *desc); }; #endif /* _DEFAULTFONT_H_ */ -- 2.34.1