Graph of statistics menu doesn't gracefully handle Asian fonts

Bug #1461780 reported by Wen-Chang Chien(簡文章)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
Expired
Undecided
Unassigned
15.04
Expired
Undecided
Unassigned

Bug Description

Graph of statistics menu doesn't gracefully handle Asian fonts

The font of graph is Vera that not support Chinese, Japan and Korea characters.

GNU Unifont is part of the GNU Project. This page contains the latest release of GNU

Unifont, with glyphs for every printable code point in the Unicode 7.0 Basic Multilingual

Plane (BMP).

GNU Unifont can be free download in http://unifoundry.com.

Suggest to copy unifont.ttf file to /lib/fonts.

In /lib/reistration.php, likes

    $Font =& $Graph->addNew('font', 'Vera');

can change to

    $Font =& $Graph->addNew('font', get_config('libroot').'fonts/unifont.ttf');

Revision history for this message
Wen-Chang Chien(簡文章) (wcchien) wrote :
Revision history for this message
Kristina Hoeppner (kris-hoeppner) wrote :

Hello Wen-Chang,

Thank you for your report and the patch. Can you please take a look at the latest item in regards to graphs in review: https://reviews.mahara.org/#/c/4941/ and see if that solves the problem? We are in the process of upgrading the graphing engine so it can work on newer versions of Linux and also looks nicer. Maybe your problems has been resolved as well?

Thank you
Kristina

Changed in mahara:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Mahara 15.04 because there has been no activity for 60 days.]

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Mahara because there has been no activity for 60 days.]

Changed in mahara:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.