aboutsummaryrefslogtreecommitdiff
path: root/graphics/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/font.h')
-rw-r--r--graphics/font.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/font.h b/graphics/font.h
index 230ae94c2b..6799d6769e 100644
--- a/graphics/font.h
+++ b/graphics/font.h
@@ -40,6 +40,9 @@ enum TextAlignment {
*/
class Font {
public:
+ Font() {}
+ virtual ~Font() {}
+
virtual int getFontHeight() const = 0;
virtual int getMaxCharWidth() const = 0;