jpg-config.inc.php (jpgraph-4.3.4) | : | jpg-config.inc.php (jpgraph-4.3.5) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
// TTF_DIR /usr/share/fonts/truetype/ | // TTF_DIR /usr/share/fonts/truetype/ | |||
// MBTTF_DIR /usr/share/fonts/truetype/ | // MBTTF_DIR /usr/share/fonts/truetype/ | |||
// | // | |||
// WINDOWS: | // WINDOWS: | |||
// CACHE_DIR $SERVER_TEMP/jpgraph_cache/ | // CACHE_DIR $SERVER_TEMP/jpgraph_cache/ | |||
// TTF_DIR $SERVER_SYSTEMROOT/fonts/ | // TTF_DIR $SERVER_SYSTEMROOT/fonts/ | |||
// MBTTF_DIR $SERVER_SYSTEMROOT/fonts/ | // MBTTF_DIR $SERVER_SYSTEMROOT/fonts/ | |||
// | // | |||
//------------------------------------------------------------------------ | //------------------------------------------------------------------------ | |||
// define('CACHE_DIR','/tmp/jpgraph_cache/'); | // define('CACHE_DIR','/tmp/jpgraph_cache/'); | |||
// define('TTF_DIR','/usr/share/fonts/TrueType/'); | define('TTF_DIR','/usr/share/fonts/truetype/msttcorefonts/'); | |||
// define('MBTTF_DIR','/usr/share/fonts/TrueType/'); | // define('MBTTF_DIR','/usr/share/fonts/TrueType/'); | |||
//------------------------------------------------------------------------- | //------------------------------------------------------------------------- | |||
// Cache directory specification for use with CSIM graphs that are | // Cache directory specification for use with CSIM graphs that are | |||
// using the cache. | // using the cache. | |||
// The directory must be the filesysystem name as seen by PHP | // The directory must be the filesysystem name as seen by PHP | |||
// and the 'http' version must be the same directory but as | // and the 'http' version must be the same directory but as | |||
// seen by the HTTP server relative to the 'htdocs' ddirectory. | // seen by the HTTP server relative to the 'htdocs' ddirectory. | |||
// If a relative path is specified it is taken to be relative from where | // If a relative path is specified it is taken to be relative from where | |||
// the image script is executed. | // the image script is executed. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |