View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010706 | mantisbt | reports | public | 2009-07-10 02:26 | 2011-09-08 03:17 |
Reporter | vboctor | Assigned To | thraxisp | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | not fixable | ||
Platform | Intel x64 | OS | Mac OS X | OS Version | 10.5.7 |
Product Version | git trunk | ||||
Summary | 0010706: Graphs Plugin: Unable to read/find font | ||||
Description | I get the above error for all graphs on the Mac OS X platform. I'm not using jpgraph. | ||||
Tags | No tags attached. | ||||
Did you set $g_system_font_folder to the location where your font files are located? |
|
I played around with font folder / names. I haven't checked the code. $g_system_font_folder = '/System/Library/Fonts/'; |
|
The GD libraries don't handle Mac fonts directly. The best bet is to download a set of TrueType fonts and reference them using the "system_font_path". You may need the fix in bug# 10694 to make jpgraph work. |
|
See http://corefonts.sourceforge.net/ for details on getting Arial, Verdana, et al. |
|
Mac truetype fonts can be downloaded from: http://support.uni-klu.ac.at/PhpKurs/0300_JpGraph_Bibliothek |
|