Changeset 1106

Show
Ignore:
Timestamp:
10/01/08 13:16:26 (3 months ago)
Author:
julieni
Message:

ticket #693: jTcpdf: added default font for header and footer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/lib/jelix/CREDITS

    r1103 r1106  
    8080 - linebreaks in textareas in jtpl plugin (#646) 
    8181 - fixes about table_prefix in jDb (#702, #703) 
     82 - jTcpdf: added default font for header and footer (#693) 
    8283 
    8384Bastien Jaillot (aka bastnic) 
  • branches/1.0.x/lib/jelix/utils/jTcpdf.class.php

    r701 r1106  
    55* @author      Julien Issler 
    66* @contributor Laurent Jouanneau 
    7 * @copyright   2007 Julien Issler, 2007 Laurent Jouanneau 
     7* @copyright   2007-2008 Julien Issler, 2007 Laurent Jouanneau 
    88* @link        http://www.jelix.org 
    99* @licence     GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
     
    3030 
    3131        parent::__construct($orientation, $unit, $format, ($encoding == 'UTF-8' || $encoding == 'UTF-16'), $encoding); 
     32         
     33        $this->setHeaderFont(array('vera','',10)); 
     34        $this->setFooterFont(array('vera','',10)); 
    3235    } 
    3336 
  • trunk/lib/jelix/CREDITS

    r1104 r1106  
    3636 - fixes about table_prefix in jDb (#702, #703) 
    3737 - jForms: radiobutton with value 0 should not get selected by default (#691) 
     38 - jTcpdf: added default font for header and footer (#693) 
    3839 
    3940Bastien Jaillot (aka bastnic) 
  • trunk/lib/jelix/utils/jTcpdf.class.php

    r1026 r1106  
    55* @author      Julien Issler 
    66* @contributor Laurent Jouanneau 
    7 * @copyright   2007 Julien Issler, 2007 Laurent Jouanneau 
     7* @copyright   2007-2008 Julien Issler, 2007 Laurent Jouanneau 
    88* @link        http://www.jelix.org 
    99* @licence     GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
     
    3030 
    3131        parent::__construct($orientation, $unit, $format, ($encoding == 'UTF-8' || $encoding == 'UTF-16'), $encoding); 
     32         
     33        $this->setHeaderFont(array('vera','',10)); 
     34        $this->setFooterFont(array('vera','',10)); 
    3235    } 
    3336 
Download in other formats: Unified Diff Zip Archive