Changeset 5401 for temp/trunk


Ignore:
Timestamp:
2006/09/22 11:26:50 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/admin/total/class
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/class/SC_GraphBase.php

    r5107 r5401  
    123123            imagefilledrectangle($this->image, $left - 2, $top - 2, $left + $text_width + 2, $top + $font_size + 2, $this->labelbg_color); 
    124124        } 
    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"); 
    126127        if($color != NULL) { 
    127128            ImageTTFText($this->image, $font_size, $angle, $left, $top + $font_size, $color, FONT_PATH, $text); 
  • temp/trunk/html/admin/total/class/config.php

    r5334 r5401  
    55*/ 
    66// TTF¥Õ¥©¥ó¥È¥Õ¥¡¥¤¥ë 
    7 define("FONT_PATH", ROOT_DIR . "/data/fonts/sazanami-gothic.ttf"); 
     7define("FONT_PATH", ROOT_DIR . "/data/fonts/wlmaru20044.ttf"); 
    88define("FONT_SIZE", 8);         // ¥Õ¥©¥ó¥È¥µ¥¤¥º 
    99define("TITLE_FONT_SIZE", 11);  // ¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È¥µ¥¤¥º 
Note: See TracChangeset for help on using the changeset viewer.