summaryrefslogtreecommitdiff
path: root/include/glfont.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-15 20:54:35 +0000
committerpixel <pixel>2003-03-15 20:54:35 +0000
commita0ec1cffa6b75030344632083b2b1b63c0cfcf0a (patch)
tree9f8f02708502d9774d6d089e62a3f23ad30162b0 /include/glfont.h
parent9e10d2993989a4f6d1b72a8c9d5f7480b0c0f006 (diff)
Toying
Diffstat (limited to 'include/glfont.h')
-rw-r--r--include/glfont.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/glfont.h b/include/glfont.h
index 991024e..87efd12 100644
--- a/include/glfont.h
+++ b/include/glfont.h
@@ -23,6 +23,7 @@ namespace mogltk {
int printf(const ugly_string &, va_list);
void setcolor(ColorP);
void setshadow(int);
+ void setwspace(int);
int getchar(char) const;
int singletextsize(const String &) const;
@@ -35,7 +36,7 @@ namespace mogltk {
void Bind(int);
int cx, cy, ox;
ColorP textcolor;
- int shadow;
+ int shadow, wspace;
};
extern font * SystemFont;
};