diff options
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); }; |