diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-11-17 21:41:04 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-11-17 21:41:04 +0100 |
commit | e086ba408da281bbac5ac222371bf3b9626d6968 (patch) | |
tree | 93beace3dff603eb0166fb3e5ebd6b25b766fd87 /dw/fltkplatform.hh | |
parent | 27c5e68d73ba6ad4c65b21865fb1a5f6734a1a6c (diff) |
properly handle comma separated lists of font names in CSS
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 dcb1a7ff..7415ac84 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -150,6 +150,7 @@ public: core::style::Font *createFont (core::style::FontAttrs *attrs, bool tryEverything); + bool fontExists (const char *name); core::style::Color *createColor (int color); core::style::Tooltip *createTooltip (const char *text); |