source: projects/specs/trunk/z/zabbix/zabbix-2.0.4-font.patch @ 7440

Revision 7440, 993 bytes checked in by iwaim, 11 years ago (diff)

new: zabbix

RevLine 
[7440]1diff -uNr zabbix-2.0.4.orig/frontends/php/include/defines.inc.php zabbix-2.0.4/frontends/php/include/defines.inc.php
2--- zabbix-2.0.4.orig/frontends/php/include/defines.inc.php     2012-12-08 20:09:18.000000000 +0900
3+++ zabbix-2.0.4/frontends/php/include/defines.inc.php  2013-02-06 21:24:05.967666961 +0900
4@@ -35,7 +35,7 @@
5 define('ZBX_WIDGET_ROWS', 20);
6 
7 define('ZBX_FONTPATH',                         realpath('fonts')); // where to search for font (GD > 2.0.18)
8-define('ZBX_GRAPH_FONT_NAME',          'DejaVuSans'); // font file name
9+define('ZBX_GRAPH_FONT_NAME',          'VL-Gothic-Regular'); // font file name
10 define('ZBX_GRAPH_LEGEND_HEIGHT',      120); // when graph height is less then this value, some legend will not show up
11 
12 define('ZBX_SCRIPT_TIMEOUT',           60); // in seconds
13@@ -83,7 +83,7 @@
14 define('EVENTS_OPTION_ALL',            2);
15 define('EVENTS_OPTION_NOT_ACK', 3);
16 
17-define('ZBX_FONT_NAME', 'DejaVuSans');
18+define('ZBX_FONT_NAME', 'VL-Gothic-Regular');
19 
20 define('ZBX_AUTH_INTERNAL',    0);
21 define('ZBX_AUTH_LDAP',                1);
Note: See TracBrowser for help on using the repository browser.