From: arif Date: Tue, 26 Feb 2008 16:43:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: LAST_LIBGRAPH~32^2~4691 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d9ac6f30dfac2b432a732d676ef5f08809d6277;p=graphviz *** empty log message *** --- 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