diff options
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 9bc2aca7..791dcc82 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -22,6 +22,8 @@ class FltkFont: public core::style::Font Fl_Font get (int attrs); }; + static FontFamily standardFontFamily; + static lout::container::typed::HashTable <lout::object::ConstString, FontFamily> *systemFonts; static lout::container::typed::HashTable <dw::core::style::FontAttrs, @@ -34,6 +36,7 @@ public: Fl_Font font; static FltkFont *create (core::style::FontAttrs *attrs); + static bool fontExists (const char *name); }; |