예제 #1
0
 public function __construct($name = '', $text = 'default', $size = 0, $fColor = array(0, 0, 0), $bColor = array(255, 255, 255), $ttfFont = 'arial', $bold = false)
 {
     parent::__construct($name, $text, '', $color, NULL, $bold);
     $this->ttfFont = $ttfFont;
     $this->size = $size;
     $this->foreColor = $fColor;
     $this->backColor = $bColor;
     $this->manager->conf->loadConf('', $this->manager->getConf('home.classes') . '/etc/gdtext.xml');
     $this->key = $this->manager->getConf("gdtext.key");
 }