コード例 #1
0
ファイル: plugin.php プロジェクト: nsine/webmail-lite
 /**
  * @param string $sFontName
  * @param string $sFontFileName
  */
 public function AddFontFile($sFontName, $sFontFileName)
 {
     if (file_exists($this->sPath . '/' . $sFontFileName)) {
         $this->oPluginManager->AddFontFile($this->sName, $sFontName, $this->sPath . '/' . $sFontFileName);
     }
 }