summaryrefslogtreecommitdiff
path: root/rt/etc
diff options
context:
space:
mode:
authorivan <ivan>2008-03-03 23:12:43 +0000
committerivan <ivan>2008-03-03 23:12:43 +0000
commit2b8d967812822d1aec85faa458d13f0172281139 (patch)
treebef98df624b339a1f0ba35f7711987b835d416f3 /rt/etc
parentc648976f0b7975f2328ebd7ba8c711fad0ca4195 (diff)
merge in rt 3.6.6. *gulp*!
Diffstat (limited to 'rt/etc')
-rw-r--r--rt/etc/RT_Config.pm.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in
index 0657d3d5e..cf089fb8d 100644
--- a/rt/etc/RT_Config.pm.in
+++ b/rt/etc/RT_Config.pm.in
@@ -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);
+
# }}}