Changeset 5401 for temp/trunk
- Timestamp:
- 2006/09/22 11:26:50 (20 years ago)
- Location:
- temp/trunk/html/admin/total/class
- Files:
-
- 2 edited
-
SC_GraphBase.php (modified) (1 diff)
-
config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphBase.php
r5107 r5401 123 123 imagefilledrectangle($this->image, $left - 2, $top - 2, $left + $text_width + 2, $top + $font_size + 2, $this->labelbg_color); 124 124 } 125 $text = mb_convert_encoding($text, "UTF-8", "EUC-JP"); 125 //$text = mb_convert_encoding($text, "UTF-8", "EUC-JP"); 126 $text = mb_convert_encoding($text, "SHIFT-JIS"); 126 127 if($color != NULL) { 127 128 ImageTTFText($this->image, $font_size, $angle, $left, $top + $font_size, $color, FONT_PATH, $text); -
temp/trunk/html/admin/total/class/config.php
r5334 r5401 5 5 */ 6 6 // TTF¥Õ¥©¥ó¥È¥Õ¥¡¥¤¥ë 7 define("FONT_PATH", ROOT_DIR . "/data/fonts/ sazanami-gothic.ttf");7 define("FONT_PATH", ROOT_DIR . "/data/fonts/wlmaru20044.ttf"); 8 8 define("FONT_SIZE", 8); // ¥Õ¥©¥ó¥È¥µ¥¤¥º 9 9 define("TITLE_FONT_SIZE", 11); // ¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È¥µ¥¤¥º
Note: See TracChangeset
for help on using the changeset viewer.
