summaryrefslogtreecommitdiff
path: root/ffont.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffont.h')
-rw-r--r--ffont.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffont.h b/ffont.h
index 3521c49..2681650 100644
--- a/ffont.h
+++ b/ffont.h
@@ -66,6 +66,7 @@ private:
int Kerning(ciMonGlyph *Glyph, uint PrevSym) const;
ciMonGlyph* Glyph(uint CharCode) const;
virtual void DrawText(cBitmap*, int, int, const char*, tColor, tColor, int) const {};
+ virtual void DrawText(cPixmap*, int, int, const char*, tColor, tColor, int) const {};
public:
ciMonFont(const char *Name, int CharHeight, int CharWidth = 0);
virtual ~ciMonFont();