← Back to team overview

mahara-contributors team mailing list archive

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

 

Public bug reported:

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

** Affects: mahara
     Importance: Undecided
         Status: New

** Patch added: "registration.php"
   https://bugs.launchpad.net/bugs/1461780/+attachment/4409554/+files/registration.php

-- 
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 ePortfolio:
  New

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


Follow ups

References