From 2d9ac6f30dfac2b432a732d676ef5f08809d6277 Mon Sep 17 00:00:00 2001 From: arif Date: Tue, 26 Feb 2008 16:43:51 +0000 Subject: [PATCH] *** empty log message *** --- lib/utilities/glTexFont.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/utilities/glTexFont.h b/lib/utilities/glTexFont.h index 2c6310f31..b2cb0cf3a 100755 --- a/lib/utilities/glTexFont.h +++ b/lib/utilities/glTexFont.h @@ -47,6 +47,7 @@ typedef struct int blockRow; /* characters per row */ int blockCol; /* characters per col */ unsigned int texId; /* texture id */ + float zdepth; //third dimension , depth of fonts } texFont_t; #endif @@ -96,6 +97,10 @@ Sets the font size. ============= */ void fontSize (int size); + + +void fontzdepth(float zdepth); + /* ============= fontShadow -- 2.40.0