diff options
Diffstat (limited to 'source/core/StarFont.hpp')
-rw-r--r-- | source/core/StarFont.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/StarFont.hpp b/source/core/StarFont.hpp index ec10533..dee50f7 100644 --- a/source/core/StarFont.hpp +++ b/source/core/StarFont.hpp @@ -35,6 +35,7 @@ public: // render a box, but if there is an internal freetype error this may return // an empty image). std::pair<Image, Vec2I> render(String::Char c); + bool exists(String::Char c); private: FontImplPtr m_fontImpl; |