diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-06-06 21:04:05 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-06-06 21:04:05 +0200 |
commit | d0731e9ff6d6b8ce395605f9a01fb723073fc7ce (patch) | |
tree | e03d0babaa78fe5848997017abbfc53471d51ff5 /dw/fltkplatform.hh | |
parent | ed854c3ebe04ef4a18db337fb97dd2511d3b9d91 (diff) |
port preferred font code to fltk-1.3
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 134b5c54..637c29ac 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -32,6 +32,8 @@ class FltkFont: public core::style::Font FltkFont (core::style::FontAttrs *attrs); ~FltkFont (); + static void initSystemFonts (); + public: Fl_Font font; |