summaryrefslogtreecommitdiff
path: root/otk/font.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-17 21:45:38 +0000
committerDana Jansens <danakj@orodu.net>2003-02-17 21:45:38 +0000
commitbc8d855b11e82fe937aeb81926808f2715400063 (patch)
tree9f690ffe692e80faec4f2472a8d9e522da826cb7 /otk/font.hh
parent59d5199828412c66a06cf2523d2bf1d6a7a12f65 (diff)
use "fixed" as the fallback font always
Diffstat (limited to 'otk/font.hh')
-rw-r--r--otk/font.hh14
1 files changed, 1 insertions, 13 deletions
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;