diff options
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/style.hh b/dw/style.hh index c3e6a5ff..af6642f9 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -578,8 +578,7 @@ public: int xHeight; static Font *create (Layout *layout, FontAttrs *attrs); - static Font *createFromList (Layout *layout, FontAttrs *attrs, - char *defaultFamily); + static bool exists (Layout *layout, const char *name); inline void ref () { refCount++; } inline void unref () { if (--refCount == 0) delete this; } |