]> git.pld-linux.org Git - packages/egroupware.git/blob - egroupware-ttfdir.patch
- use system vera fonts
[packages/egroupware.git] / egroupware-ttfdir.patch
1 --- ./projects/inc/class.bostatistics.inc.php   2004-11-06 14:15:28.000000000 +0200
2 +++ /tmp/class.bostatistics.inc.php     2005-09-11 16:21:20.000000000 +0300
3 @@ -142,7 +142,7 @@
4                         if(!function_exists('imagecopyresampled')) 
5                                 return false;
6                         
7 -                       DEFINE("TTF_DIR",PHPGW_SERVER_ROOT."/projects/ttf-bitstream-vera-1.10/");
8 +                       DEFINE("TTF_DIR","/usr/share/fonts/TTF/");
9                         if(file_exists(PHPGW_SERVER_ROOT . '/../jpgraph/src/jpgraph.php'))
10                         {
11                                 include(PHPGW_SERVER_ROOT . '/../jpgraph/src/jpgraph.php');
12 --- ./projects/inc/jpgraph-1.5.2/src/jpgraph_dir.php    2004-06-01 13:38:37.000000000 +0300
13 +++ /tmp/jpgraph_dir.php        2005-09-11 16:21:20.000000000 +0300
14 @@ -26,6 +26,6 @@
15  
16  // Directory for TTF fonts. Must end with '/'
17  #DEFINE("TTF_DIR","/usr/local/fonts/ttf/");
18 -DEFINE("TTF_DIR",PHPGW_SERVER_ROOT."/projects/ttf-bitstream-vera-1.10/");
19 +DEFINE("TTF_DIR","/usr/share/fonts/TTF/");
20  
21  ?>
This page took 0.060234 seconds and 3 git commands to generate.