@@ 518-519 (lines=2) @@ | ||
515 | $this->FontSizePt = $size; |
|
516 | $this->FontSize = $size/$this->k; |
|
517 | $this->CurrentFont = &$this->fonts[$fontkey]; |
|
518 | if($this->page>0) |
|
519 | $this->_out(sprintf('BT /F%d %.2F Tf ET',$this->CurrentFont['i'],$this->FontSizePt)); |
|
520 | } |
|
521 | ||
522 | function SetFontSize($size) |
|
@@ 529-530 (lines=2) @@ | ||
526 | return; |
|
527 | $this->FontSizePt = $size; |
|
528 | $this->FontSize = $size/$this->k; |
|
529 | if($this->page>0) |
|
530 | $this->_out(sprintf('BT /F%d %.2F Tf ET',$this->CurrentFont['i'],$this->FontSizePt)); |
|
531 | } |
|
532 | ||
533 | function AddLink() |