aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/zvision/truetype_font.h5
1 files changed, 0 insertions, 5 deletions
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