Show
Ignore:
Timestamp:
09/04/08 19:34:27 (3 months ago)
Author:
aarkerio
Message:

New layout

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/helpers/fpdf.php

    r476 r756  
    2121  {  
    2222    $this->pdf = new myFPDF($orientation, $unit, $format); 
    23     $this->pdf->SetFont('Arial','B',14); 
     23    $this->pdf->SetFont('Arial','B',10); 
    2424  } 
    2525    
     
    2727  { 
    2828    $string  =  utf8_decode($data);  // UTF-8 
    29     $this->pdf->Cell(0,5,$string,1,1,'L'); 
    30     $this->pdf->Ln(5); 
     29    $this->pdf->Cell(0,2,$string,0,1,'L'); 
     30    $this->pdf->Ln(2); 
    3131  } 
    3232