PHPRtfLite::getDefaultFontForNotes PHP Method

getDefaultFontForNotes() public method

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