diff options
Diffstat (limited to 'src/FbTk/FontImp.hh')
-rw-r--r-- | src/FbTk/FontImp.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/FontImp.hh b/src/FbTk/FontImp.hh index 8691feb..4cdf839 100644 --- a/src/FbTk/FontImp.hh +++ b/src/FbTk/FontImp.hh | |||
@@ -50,6 +50,7 @@ public: | |||
50 | virtual unsigned int height() const = 0; | 50 | virtual unsigned int height() const = 0; |
51 | virtual bool loaded() const = 0; | 51 | virtual bool loaded() const = 0; |
52 | virtual void rotate(float angle) { } // by default, no rotate support | 52 | virtual void rotate(float angle) { } // by default, no rotate support |
53 | virtual bool utf8() const { return false; }; | ||
53 | protected: | 54 | protected: |
54 | FontImp() { } | 55 | FontImp() { } |
55 | }; | 56 | }; |