function awTTFFont($name, $size) { parent::awFileFont($name, $size); if ($this->getExtension() === NULL) { $this->setExtension('ttf'); } }