Skip to content
Snippets Groups Projects
Commit 18ee7b5f authored by Prasad's avatar Prasad
Browse files

Fixed: Function signautre of Vtiger_PDF_TCPDF

parent 9bb187c7
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class Vtiger_PDF_TCPDF extends TCPDF {
return ($lines * ($this->FontSize * $this->cell_height_ratio)) + 2;
}
function SetFont($family, $style='', $size='') {
function SetFont($family, $style='', $size=0, $fontfile='') {
if($family == '') {
$family = $this->FontFamily;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment