diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-01-24 23:01:14 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-01-24 23:01:14 +0100 |
commit | 074e67a9185980ee6203d0c32e3d240e57245ad2 (patch) | |
tree | 9f0fc16983c6792022490d3463b100dba806715a /dw/fltkplatform.hh | |
parent | 077343565fc72d251b2ef044c82d179b2443d930 (diff) |
some font handling
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 f681f91a..d26dad09 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -14,6 +14,8 @@ namespace fltk { class FltkFont: public core::style::Font { + static lout::container::typed::HashTable <lout::object::ConstString, + lout::object::Integer> *systemFonts; static lout::container::typed::HashTable <dw::core::style::FontAttrs, FltkFont> *fontsTable; |