Changeset 1106
- Timestamp:
- 10/01/08 13:16:26 (3 months ago)
- Files:
-
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/utils/jTcpdf.class.php (modified) (2 diffs)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/utils/jTcpdf.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix/CREDITS
r1103 r1106 80 80 - linebreaks in textareas in jtpl plugin (#646) 81 81 - fixes about table_prefix in jDb (#702, #703) 82 - jTcpdf: added default font for header and footer (#693) 82 83 83 84 Bastien Jaillot (aka bastnic) branches/1.0.x/lib/jelix/utils/jTcpdf.class.php
r701 r1106 5 5 * @author Julien Issler 6 6 * @contributor Laurent Jouanneau 7 * @copyright 2007 Julien Issler, 2007 Laurent Jouanneau7 * @copyright 2007-2008 Julien Issler, 2007 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 30 30 31 31 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)); 32 35 } 33 36 trunk/lib/jelix/CREDITS
r1104 r1106 36 36 - fixes about table_prefix in jDb (#702, #703) 37 37 - jForms: radiobutton with value 0 should not get selected by default (#691) 38 - jTcpdf: added default font for header and footer (#693) 38 39 39 40 Bastien Jaillot (aka bastnic) trunk/lib/jelix/utils/jTcpdf.class.php
r1026 r1106 5 5 * @author Julien Issler 6 6 * @contributor Laurent Jouanneau 7 * @copyright 2007 Julien Issler, 2007 Laurent Jouanneau7 * @copyright 2007-2008 Julien Issler, 2007 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 30 30 31 31 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)); 32 35 } 33 36
