diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-12-24 13:09:34 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-12-24 13:09:34 +0000 |
| commit | a02611511c1704c653e5951a44b294a953cdb470 (patch) | |
| tree | adf7232a41d0bd1133b82f8aea952af80a3f53be /src/engine/e_interface.h | |
| parent | 1ddfbba3666a835b59fc79b59aaae367ee93a6ea (diff) | |
| download | zcatch-a02611511c1704c653e5951a44b294a953cdb470.tar.gz zcatch-a02611511c1704c653e5951a44b294a953cdb470.zip | |
more font stuffs
Diffstat (limited to 'src/engine/e_interface.h')
| -rw-r--r-- | src/engine/e_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/e_interface.h b/src/engine/e_interface.h index 111d5e54..9f86d4c8 100644 --- a/src/engine/e_interface.h +++ b/src/engine/e_interface.h @@ -856,6 +856,7 @@ void client_serverbrowse_update(); /* undocumented graphics stuff */ +void gfx_text(void *font, float x, float y, const char *text, float size); void gfx_pretty_text_color(float r, float g, float b, float a); void gfx_pretty_text(float x, float y, float size, const char *text, int max_width); float gfx_pretty_text_width(float size, const char *text, int length); |