From 1a96c03bdb52a26af0dbda2a19e8819ef19be8c3 Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 5 Jul 2014 16:17:45 +0200 Subject: [PATCH] New variable in config.default.php , $UTF8_fontfile. Needed due to FreeSans problem with Arabic and Chinese in Graphics Engine. --- config.default.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.default.php b/config.default.php index e3c3a6cf..7f05f764 100644 --- a/config.default.php +++ b/config.default.php @@ -198,6 +198,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ Pallete skin attributes set in reporting/includes/class.graphic.inc */ $graph_skin = 1; + /* UTF-8 font for Business Graphics. Copy it to /reporting/fonts/ folder. */ + $UTF8_fontfile = "FreeSans.ttf"; + /* Before upgrade from pre-2.2 FA you have to move here your customized security roles definitions. If you have used standard roles, you -- 2.30.2