diff --git a/src/Text/AbstractFont.h b/src/Text/AbstractFont.h index fb5bac9d5..30e57cafc 100644 --- a/src/Text/AbstractFont.h +++ b/src/Text/AbstractFont.h @@ -246,6 +246,8 @@ class MAGNUM_TEXT_EXPORT AbstractFont: public PluginManager::AbstractPlugin { virtual AbstractLayouter* doLayout(const GlyphCache* cache, Float size, const std::string& text) = 0; }; +CORRADE_ENUMSET_OPERATORS(AbstractFont::Features) + /** @brief Base for text layouters