From 02c028d8ae0a80206eeb97c662cd3ceebf900977 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 6 Sep 2002 16:14:55 +0000 Subject: (optional) drop shadows for fonts --- src/Font.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Font.hh') diff --git a/src/Font.hh b/src/Font.hh index 9f083db9..e29f41b1 100644 --- a/src/Font.hh +++ b/src/Font.hh @@ -71,6 +71,7 @@ private: #ifdef XFT bool _antialias; + bool _shadow; XftFont *_xftfont; @@ -95,7 +96,7 @@ public: #ifdef XFT // loads an Xft font BFont(Display *d, BScreen *screen, const std::string &family, int size, - bool bold, bool italic, bool antialias = True); + bool bold, bool italic, bool shadow, bool antialias = True); #endif // loads a standard X font BFont(Display *d, BScreen *screen, const std::string &xlfd); -- cgit v1.2.3