From bc8d855b11e82fe937aeb81926808f2715400063 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Feb 2003 21:45:38 +0000 Subject: use "fixed" as the fallback font always --- otk/font.hh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'otk/font.hh') diff --git a/otk/font.hh b/otk/font.hh index 618d4f6e..53e48c4e 100644 --- a/otk/font.hh +++ b/otk/font.hh @@ -23,20 +23,8 @@ class Font { * static members */ private: - static std::string _fallback_font; - static bool _xft_init; + static bool _xft_init; -public: - // the fallback is only used for X fonts, not for Xft fonts, since it is - // assumed that X fonts will be the fallback from Xft. - inline static std::string fallbackFont(void) { return _fallback_font; } - inline static void setFallbackFont(const std::string &f) - { _fallback_font = f; } - - /* - * instance members - */ -private: int _screen_num; std::string _fontstring; -- cgit v1.2.3