PHPRtfLite::setDefaultFont PHP Method

setDefaultFont() public method

sets default font
public setDefaultFont ( PHPRtfLite_Font $font )
$font PHPRtfLite_Font
    public function setDefaultFont(PHPRtfLite_Font $font)
    {
        $this->_defaultFont = $font;
        $this->registerFont($font);
    }