← Back to team overview

mahara-contributors team mailing list archive

[Bug 1461780] Re: Graph of statistics menu doesn't gracefully handle Asian fonts

 

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

** Changed in: mahara
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1461780

Title:
  Graph of statistics menu doesn't gracefully handle Asian fonts

Status in Mahara:
  Expired
Status in Mahara 15.04 series:
  Expired

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');

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1461780/+subscriptions


References