[Mapbender-commits] r2916 - branches/2.5/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Sep 10 04:26:56 EDT 2008
Author: astrid_emde
Date: 2008-09-10 04:26:56 -0400 (Wed, 10 Sep 2008)
New Revision: 2916
Modified:
branches/2.5/http/print/mod_printPDF_pdf.php
Log:
changed: text11 printed in pdf ion size 6 in landscape view
Modified: branches/2.5/http/print/mod_printPDF_pdf.php
===================================================================
--- branches/2.5/http/print/mod_printPDF_pdf.php 2008-09-05 08:16:07 UTC (rev 2915)
+++ branches/2.5/http/print/mod_printPDF_pdf.php 2008-09-10 08:26:56 UTC (rev 2916)
@@ -483,7 +483,7 @@
$length = $pdf->getTextWidth($mySize, $text10);
$pdf->addText($ll[0] + $header_width/2 - $length/2,75,$mySize,$text10);
- $mySize = 8;
+ $mySize = 6;
$length = $pdf->getTextWidth($mySize, $text11);
$pdf->addText($ll[0] + $header_width/2 - $length/2,60,$mySize,$text11);
$mySize = 6;
More information about the Mapbender_commits
mailing list