コード例 #1
0
ファイル: PHPRtfLite.php プロジェクト: naivists/PHPUnit
 /**
  * gets default font for notes
  *
  * @return PHPRtfLite_Font
  */
 public function getDefaultFontForNotes()
 {
     return PHPRtfLite_Footnote::getDefaultFont();
 }