/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | DirectWrite.php | 281 $this->mpdf->SetFont($fontfamily, $fontstyle, $fontsizePt); 441 $this->mpdf->SetFont($font, $fontstyle, $szfont, false); 492 $this->mpdf->SetFont($font, $fontstyle, $szfont, false); 500 $this->mpdf->SetFont($font, $fontstyle, $szfont, true, true);
|
H A D | Form.php | 431 $this->mpdf->SetFont('sans'); 439 $this->mpdf->SetFont('czapfdingbats'); 442 $this->mpdf->SetFont($save_font); 555 $this->mpdf->SetFont('czapfdingbats'); 559 $this->mpdf->SetFont($save_font); 607 $this->mpdf->SetFont('czapfdingbats'); 611 $this->mpdf->SetFont($save_font);
|
H A D | Mpdf.php | 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( 3992 function SetFont($family, $style = '', $size = 0, $write = true, $forcewrite = false) global() function in Mpdf\\Mpdf [all...] |
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 390 public function SetFont($family, $style = '', $size = 0) function 392 parent::SetFont($family, $style, $size);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | TextArea.php | 65 $this->mpdf->SetFont($properties['FONT-FAMILY'], '', 0, false);
|
H A D | Select.php | 16 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
|
H A D | TextCircle.php | 115 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
|
H A D | Input.php | 71 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
|
H A D | Table.php | 282 $this->mpdf->SetFont($this->mpdf->default_font, '', 0, false); 695 $this->mpdf->SetFont($this->mpdf->default_font, '', 0, false); 1207 $this->mpdf->SetFont($this->mpdf->default_font, '', 0, false);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fpdf.class.php | 354 $this->pdf->SetFont($this->findfont($name, $encoding), $encoding, $size); 387 $this->pdf->SetFont("Helvetica", "iso-8859-1", 100);
|
H A D | pdf.fpdf.php | 1989 function SetFont($family, $encoding, $size) { function in FPDF
|
/plugin/diagramsnet/lib/math/extensions/TeX/ |
H A D | text-macros.js | 19 …on(e,f){this.SaveText();this.Push(this.ParseTextArg(e,{mathvariant:f}))},SetFont:function(e,f){thi…
|
/plugin/codemirror/dist/modes/ |
H A D | nsis.min.js.map | 1 …SetDetailsPrint|SetDetailsView|SetErrorLevel|SetErrors|SetFileAttributes|SetFont|SetOutPath|SetOve…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 2584 $current_style['font-family'] = $this->mpdf->SetFont($current_style['font-family'], $style, $size, false); 2747 $this->mpdf->SetFont($prev_style['font-family'], $style, $size, false); 2889 $this->mpdf->SetFont('', '', $current_style['font-size'], false); 2944 $this->mpdf->SetFont('', '', $current_style['font-size'], false);
|
H A D | ImageProcessor.php | 270 $this->mpdf->SetFont($family, $style, $size, false);
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 2001 function SetFont($family,$encoding, $style='',$size=0) { function in FPDF
|
/plugin/diagramsnet/lib/math/jax/input/TeX/ |
H A D | jax.js | 19 …efault("texClass",true)==""){m=i.TeXAtom(m)}this.Push(this.mmlToken(m))},SetFont:function(n,m){thi…
|
/plugin/diagramsnet/lib/math/config/ |
H A D | Accessible.js | 70 …efault("texClass",true)==""){m=i.TeXAtom(m)}this.Push(this.mmlToken(m))},SetFont:function(n,m){thi…
|
H A D | TeX-MML-AM_HTMLorMML.js | 67 …efault("texClass",true)==""){m=i.TeXAtom(m)}this.Push(this.mmlToken(m))},SetFont:function(n,m){thi…
|
H A D | TeX-MML-AM_SVG-full.js | 63 …efault("texClass",true)==""){m=i.TeXAtom(m)}this.Push(this.mmlToken(m))},SetFont:function(n,m){thi…
|
H A D | Accessible-full.js | 73 …efault("texClass",true)==""){m=i.TeXAtom(m)}this.Push(this.mmlToken(m))},SetFont:function(n,m){thi…
|
H A D | TeX-MML-AM_HTMLorMML-full.js | 70 …efault("texClass",true)==""){m=i.TeXAtom(m)}this.Push(this.mmlToken(m))},SetFont:function(n,m){thi…
|