From e6dc945aaa53b0739148b5ba4ebf7f8870e64370 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 21 Dec 2002 12:39:15 +0000 Subject: Commit of the day. --- include/glfont.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/glfont.h b/include/glfont.h index c1f7df9..d1ba60c 100644 --- a/include/glfont.h +++ b/include/glfont.h @@ -15,19 +15,22 @@ namespace mogltk { void drawentry(Uint16, int, int, Color = Color(255, 255, 255, 255)); void putcursor(int, int); void putentry(Uint16, Color = Color(255, 255, 255, 255)); + void putchar(char, Color = Color(255, 255, 255, 255)); void newline(void); int printf(const String &, ...); void setcolor(Color); + void setshadow(int); private: Uint8 * sizes; Uint16 nbentries, nbcT, nbT; - Uint8 flags, maxX, maxY, nbcU, nbcV; + Uint8 flags, maxX, maxY, nbcU, nbcV, base, inter; texture ** fonttex; Uint16 * corresp; void Bind(int); int cx, cy, ox; Color textcolor; + int shadow; }; }; -- cgit v1.2.3