From 072b852cdc627b060505d1a4da4e0bb4a0300c51 Mon Sep 17 00:00:00 2001 From: RichieSams Date: Sun, 8 Sep 2013 16:40:10 -0500 Subject: ZVISION: Remove extraneous methods from TrueTypeFont --- engines/zvision/truetype_font.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines') diff --git a/engines/zvision/truetype_font.h b/engines/zvision/truetype_font.h index 2618dc407e..48657417a2 100644 --- a/engines/zvision/truetype_font.h +++ b/engines/zvision/truetype_font.h @@ -106,10 +106,6 @@ public: void drawText(const Common::String &text, int x, int y, int width, TextAlign align = ALIGN_LEFT, int max_height = -1); int getLetterHeight(); - void initLoop() {} - void afterLoad() {} - - bool loadBuffer(byte *buffer); bool loadFile(const Common::String &filename); float getLineHeight() const { return _lineHeight; } @@ -121,7 +117,6 @@ public: private: void measureText(const Common::String &text, int maxWidth, int maxHeight, int &textWidthOut, int &textHeightOut); Graphics::Surface *renderTextToTexture(const Common::String &text, int width, TextAlign align, int maxHeight); - bool initFont(); }; } // End of namespace ZVision -- cgit v1.2.3