summaryrefslogtreecommitdiff
path: root/include/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/font.h')
-rw-r--r--include/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/font.h b/include/font.h
index 3a1d1c7..a557f6e 100644
--- a/include/font.h
+++ b/include/font.h
@@ -16,7 +16,7 @@ namespace mogltk {
virtual void drawentry(Uint16, int, int, ColorP = WHITE);
void putcursor(int, int);
void putentry(Uint16, ColorP = WHITE);
- void putchar(char, ColorP = WHITE);
+ void drawchar(char, ColorP = WHITE);
void newline(void);
int printf(const ugly_string &, ...);
int printf(const char *, ...);
@@ -24,7 +24,7 @@ namespace mogltk {
void setcolor(ColorP);
void setshadow(int);
void setwspace(int);
- int getchar(char) const;
+ int findchar(char) const;
int singletextsize(const String &) const;
protected: