diff options
Diffstat (limited to 'dw/platform.hh')
-rw-r--r-- | dw/platform.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/platform.hh b/dw/platform.hh index 4b1acdb9..69d1feab 100644 --- a/dw/platform.hh +++ b/dw/platform.hh @@ -119,6 +119,8 @@ public: virtual style::Font *createFont (style::FontAttrs *attrs, bool tryEverything) = 0; + virtual bool fontExists (const char *name) = 0; + /** * \brief Create a color resource for a given 0xrrggbb value. */ |