@@ 118-122 (lines=5) @@ | ||
115 | $pdf->SetFont($pdf_config['font']['title']['family'], $pdf_config['font']['title']['style'], $pdf_config['font']['title']['size']); |
|
116 | $pdf->WriteHTML($pdf_data['title'],$pdf_config['scale']); |
|
117 | ||
118 | if ($pdf_data['subtitle']<>'') { |
|
119 | $pdf->WriteHTML($puff, $pdf_config['scale']); |
|
120 | $pdf->SetFont($pdf_config['font']['subtitle']['family'], $pdf_config['font']['subtitle']['style'], $pdf_config['font']['subtitle']['size']); |
|
121 | $pdf->WriteHTML($pdf_data['subtitle'], $pdf_config['scale']); |
|
122 | } |
|
123 | if ($pdf_data['subsubtitle']<>'') { |
|
124 | $pdf->WriteHTML($puff, $pdf_config['scale']); |
|
125 | $pdf->SetFont($pdf_config['font']['subsubtitle']['family'], $pdf_config['font']['subsubtitle']['style'], $pdf_config['font']['subsubtitle']['size']); |
|
@@ 123-127 (lines=5) @@ | ||
120 | $pdf->SetFont($pdf_config['font']['subtitle']['family'], $pdf_config['font']['subtitle']['style'], $pdf_config['font']['subtitle']['size']); |
|
121 | $pdf->WriteHTML($pdf_data['subtitle'], $pdf_config['scale']); |
|
122 | } |
|
123 | if ($pdf_data['subsubtitle']<>'') { |
|
124 | $pdf->WriteHTML($puff, $pdf_config['scale']); |
|
125 | $pdf->SetFont($pdf_config['font']['subsubtitle']['family'], $pdf_config['font']['subsubtitle']['style'], $pdf_config['font']['subsubtitle']['size']); |
|
126 | $pdf->WriteHTML($pdf_data['subsubtitle'], $pdf_config['scale']); |
|
127 | } |
|
128 | ||
129 | $pdf->WriteHTML($puff, $pdf_config['scale']); |
|
130 | $pdf->SetFont($pdf_config['font']['author']['family'], $pdf_config['font']['author']['style'], $pdf_config['font']['author']['size']); |