--- gd_orig.h	2004-10-30 08:54:58.000000000 -0400
+++ gd.h	2005-05-05 15:25:32.000000000 -0400
@@ -412,6 +412,10 @@
                            The caller is responsible for gdFree'ing the
                            fontpath string.
 			*/
+    int outlinecolor;   /* if (flags & gdFTEX_DRAWOUTLINE)
+                           then an outline of around 1 pixel will be draw
+                           around each character. The outline will be 
+                           of the specified color, which is outlinecolor */
 
   }
   gdFTStringExtra, *gdFTStringExtraPtr;
@@ -434,6 +438,9 @@
   copy of the actual font file pathname used, if this flag is set 
    when the call is made */
 #define gdFTEX_RETURNFONTPATHNAME 128
+/* This flag is a switch to activate the outline drawing. This option
+  will draw an outline of the specified color around each characters. */
+#define gdFTEX_DRAWOUTLINE 256
 
 /* If flag is nonzero, the fontlist parameter to gdImageStringFT 
   and gdImageStringFTEx shall be assumed to be a fontconfig font pattern

