コード例 #1
0
ファイル: Font.class.php プロジェクト: rhertzog/lcs
 function awTTFFont($name, $size)
 {
     parent::awFileFont($name, $size);
     if ($this->getExtension() === NULL) {
         $this->setExtension('ttf');
     }
 }