Lines Matching defs:SetFont

2987 				$this->SetFont($family, $style, $size, true, true);
3233 $this->SetFont($family, $style, $size, true, true); // forces write
3258 $this->SetFont($family, $style, $size, true, true); // forces write
4020 function SetFont($family, $style = '', $size = 0, $write = true, $forcewrite = false)
6300 $this->SetFont($FontFamily, $saved['style'], $saved['sizePt'], false);
6392 $this->SetFont($saved['family'], $saved['style'], $saved['sizePt'], true, true); // force output
6399 $this->SetFont($saved['family'], $saved['style'], $saved['sizePt'], false);
7167 $this->SetFont($objattr['fontfamily'], '', $objattr['fontsize']);
7534 $this->SetFont($objattr['fontfamily'], $objattr['fontstyle'], $objattr['fontsizept']);
7593 $this->SetFont($objattr['fontfamily'], '', $objattr['fontsize']);
7659 $this->SetFont($save_currentfontfamily, $save_currentfontstyle, $save_currentfontsize);
10491 $this->SetFont($this->watermark_font, "B", $fontsize, false); // Don't output
10538 $this->SetFont($this->watermark_font, "B", $szfont, false); // Don't output
10549 $this->SetFont($this->watermark_font, "B", $szfont - 0.1, true, true); // Output The -0.1 is because SetFont above is not written to PDF
10922 $font = $this->SetFont($font); // returns substituted font if necessary
12104 $this->SetFont($textbuffer[0][4], $textbuffer[0][2], $cellPtSize, true, true);
12109 $this->SetFont($s_f, $s_st, $s_fs, true, true);
13062 $this->SetFont('arial', '', 7.5, true, true);
13066 $this->SetFont($this->default_font, '', $this->original_default_font_size);
15943 $this->SetFont($this->default_font, '', $this->default_font_size, true, true); // force output to page
16118 $font = $this->SetFont($vetor[4], $this->FontStyle, 0, false);
16803 $this->SetFont($legend[4], $legend[2], $legend[11]);
16827 $this->SetFont($save_currentfontfamily, $save_currentfontstyle, $save_currentfontsize);
18026 $this->SetFont($this->default_font, '', 0, false);
18214 $this->SetFont($fonttype, $this->currentfontstyle, 0, false);
18216 $this->SetFont($this->currentfontfamily, $this->currentfontstyle, 0, false);
18989 $this->SetFont('', $style, 0, false);
19009 $this->SetFont('', $style, 0, false);
19025 $this->SetFont('', $style, 0, false);
19034 $this->SetFont('', '', 0, false);
19103 $font = $this->SetFont($chunk[4], $this->FontStyle, 0, false);
19261 $this->SetFont($this->default_font, $this->FontStyle, 0, false);
20399 $this->SetFont($c['textbuffer'][0][4], $c['textbuffer'][0][2], $c['textbuffer'][0][11] / $this->shrin_k, true, true);
20404 $this->SetFont($s_f, $s_st, $s_fs, true, true);
22927 $this->SetFont($cell['textbuffer'][0][4], $cell['textbuffer'][0][2], $cellPtSize, true, true);
22932 $this->SetFont($s_f, $s_st, $s_fs, true, true);
25366 $this->SetFont($font, $style, $szfont, false);
25410 $this->SetFont($font, $style, $szfont, false);
25420 $this->SetFont($font, $style, $szfont, true, true);
25665 $this->SetFont($bsf, '', '', false);
25666 $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt, false);
25781 $this->SetFont($font, '', '', false);
25782 $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt, false);
25830 $this->SetFont($this->backupSIPFont, '', '', false);
25831 $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt, false);
25936 $this->SetFont($bsf, '', '', false);
25937 $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt, false);
26243 $this->SetFont('chelvetica');
26245 $this->SetFont('sans');
26269 $this->SetFont('', '', $codestr_fontsize * 1.4 * Mpdf::SCALE, true, true); // * 1.4 because font height is only 7/10 of given mm
26291 $this->SetFont('ccourier');
26294 $this->SetFont('ocrb');
26469 $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt);