Changeset 2872 for temp/trunk
- Timestamp:
- 2006/08/30 13:54:06 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 1 deleted
- 2 edited
-
admin/total/class/SC_GraphBase.php (modified) (1 diff)
-
admin/total/class/config.php (modified) (1 diff)
-
test/naka/class (deleted)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphBase.php
r2871 r2872 137 137 $left = ($this->bgw - $text_width) / 2; 138 138 $top = TITLE_TOP; 139 $this->setText( 30, $left, $top, $text, $this->title_color);139 $this->setText($font_size, $left, $top, $text, $this->title_color); 140 140 } 141 141 -
temp/trunk/html/admin/total/class/config.php
r2871 r2872 7 7 define("FONT_PATH", ROOT_DIR . "/data/fonts/ipag.ttf"); 8 8 define("FONT_SIZE", 8); // ¥Õ¥©¥ó¥È¥µ¥¤¥º 9 define("TITLE_FONT_SIZE", 1 0); // ¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È¥µ¥¤¥º9 define("TITLE_FONT_SIZE", 14); // ¥¿¥¤¥È¥ë¥Õ¥©¥ó¥È¥µ¥¤¥º 10 10 define("BG_WIDTH", 720); // ÇØ·ÊÉý 11 11 define("BG_HEIGHT", 400); // ÇØ·Ê¹â¤µ
Note: See TracChangeset
for help on using the changeset viewer.
