summaryrefslogtreecommitdiff
path: root/src/client/font.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-06 19:36:04 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-06 19:36:04 +0000
commitca019ecd6715557a572ac9a56de556434f9b31aa (patch)
tree5e39db57af3433dd7b44162cdf5f388111e091fb /src/client/font.h
parent05f2c8aacf46e643b2bd916b7c8139e8a259122a (diff)
- podpora chatu :)
git-svn-id: http://opensvn.csie.org/tuxanci_ng@109 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/client/font.h')
-rwxr-xr-xsrc/client/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/font.h b/src/client/font.h
index f938b3b..cf8ece6 100755
--- a/src/client/font.h
+++ b/src/client/font.h
@@ -19,6 +19,7 @@
extern bool_t isFontInicialized();
extern void initFont(char *file,int size);
extern void drawFont(char *s,int x,int y,int r,int g,int b);
+extern void drawFontMaxSize(char *s, int x, int y, int w, int h, int r, int g, int b);
extern int getFontSize();
extern void getTextSize(char *s, int *w, int *h);
extern void quitFont();