merge in rt 3.6.6. *gulp*!
[freeside.git] / rt / etc / RT_Config.pm.in
index 0657d3d..cf089fb 100644 (file)
@@ -505,6 +505,13 @@ Set($SuppressInlineTextFiles, undef);
 
 Set($DontSearchFileAttachments, undef);
 
+# The GD module (which RT uses for graphs) uses a builtin font that doesn't
+# have full Unicode support. You can use a particular TrueType font by setting
+# $ChartFont to the absolute path of that font. Your GD library must have
+# support for TrueType fonts to use this option.
+
+Set($ChartFont, undef);
+
 
 # }}}