PHPRtfLite::getDefaultFontForNotes PHP Méthode

getDefaultFontForNotes() public méthode

gets default font for notes
public getDefaultFontForNotes ( ) : PHPRtfLite_Font
Résultat PHPRtfLite_Font
    public function getDefaultFontForNotes()
    {
        return PHPRtfLite_Footnote::getDefaultFont();
    }