|
@@ 1808-1810 (lines=3) @@
|
| 1805 |
|
$this->FontSizePt = $size; |
| 1806 |
|
$this->FontSize = $size / $this->k; |
| 1807 |
|
$this->CurrentFont = &$this->fonts[$fontkey]; |
| 1808 |
|
if($this->page>0) { |
| 1809 |
|
$this->_out(sprintf('BT /F%d %.2f Tf ET', $this->CurrentFont['i'], $this->FontSizePt)); |
| 1810 |
|
} |
| 1811 |
|
} |
| 1812 |
|
|
| 1813 |
|
/** |
|
@@ 1826-1828 (lines=3) @@
|
| 1823 |
|
} |
| 1824 |
|
$this->FontSizePt = $size; |
| 1825 |
|
$this->FontSize = $size / $this->k; |
| 1826 |
|
if($this->page > 0) { |
| 1827 |
|
$this->_out(sprintf('BT /F%d %.2f Tf ET', $this->CurrentFont['i'], $this->FontSizePt)); |
| 1828 |
|
} |
| 1829 |
|
} |
| 1830 |
|
|
| 1831 |
|
/** |