diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-06-09 21:23:44 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-06-09 21:23:44 +0200 |
commit | aae5d97ef2e42dac3bde67d800b3069ecb74f3fc (patch) | |
tree | e7c80740f8f38f18a798b0a793f338515c9f7101 /dw/fltkplatform.hh | |
parent | d0731e9ff6d6b8ce395605f9a01fb723073fc7ce (diff) |
switch fltk font handling to Fl::get_font_name() entirely
This seems to give more consitent results when xft is disabled.
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 637c29ac..adf56df0 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -39,6 +39,7 @@ public: static FltkFont *create (core::style::FontAttrs *attrs); static bool fontExists (const char *name); + static Fl_Font get (const char *name, int attrs); }; |