]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authorarif <devnull@localhost>
Tue, 26 Feb 2008 16:43:51 +0000 (16:43 +0000)
committerarif <devnull@localhost>
Tue, 26 Feb 2008 16:43:51 +0000 (16:43 +0000)
lib/utilities/glTexFont.h

index 2c6310f3176e6b7a8486295dea72a2d345200566..b2cb0cf3ab989d87a5318cbaeca3757eaaa8821d 100755 (executable)
@@ -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