|
@@ 570-571 (lines=2) @@
|
| 567 |
|
$this->FontSizePt=$size; |
| 568 |
|
$this->FontSize=$size/$this->k; |
| 569 |
|
$this->CurrentFont=&$this->fonts[$fontkey]; |
| 570 |
|
if($this->page>0) |
| 571 |
|
$this->_out(sprintf('BT /F%d %.2f Tf ET',$this->CurrentFont['i'],$this->FontSizePt)); |
| 572 |
|
} |
| 573 |
|
|
| 574 |
|
function SetFontSize($size) |
|
@@ 581-582 (lines=2) @@
|
| 578 |
|
return; |
| 579 |
|
$this->FontSizePt=$size; |
| 580 |
|
$this->FontSize=$size/$this->k; |
| 581 |
|
if($this->page>0) |
| 582 |
|
$this->_out(sprintf('BT /F%d %.2f Tf ET',$this->CurrentFont['i'],$this->FontSizePt)); |
| 583 |
|
} |
| 584 |
|
|
| 585 |
|
function AddLink() |