Example #1
0
 /**
  * sets default font for notes
  *
  * @param PHPRtfLite_Font $font
  */
 public static function setDefaultFont(PHPRtfLite_Font $font)
 {
     self::$_defaultFont = $font;
 }