mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
🔥 Remove iTopPDF::SetFontSize as there is TCPDF::SetFontSize
This commit is contained in:
@@ -31,21 +31,6 @@ class iTopPDF extends TCPDF
|
||||
$this->SetFont($siTopFont, $style, $size, $fontfile, $subset, $out);
|
||||
}
|
||||
|
||||
/**
|
||||
* Shortcut to set only the font size
|
||||
*
|
||||
* @param int $size
|
||||
*
|
||||
* @uses \TCPDF::getFontStyle()
|
||||
* @uses \iTopPDF::SetFontParams()
|
||||
* @since 2.7
|
||||
*/
|
||||
public function SetFontSize($size)
|
||||
{
|
||||
$style = $this->getFontStyle();
|
||||
$this->SetFontParams($style, $size);
|
||||
}
|
||||
|
||||
public function SetDocumentTitle($sDocumentTitle)
|
||||
{
|
||||
$this->sDocumentTitle = $sDocumentTitle;
|
||||
|
||||
Reference in New Issue
Block a user