Home
last modified time | relevance | path

Searched refs:FontStyle (Results 1 – 7 of 7) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdfTplTrait.php239 'FontStyle' => $this->FontStyle,
286 $this->FontStyle = $state['FontStyle'];
297 $fontKey = $this->FontFamily . $this->FontStyle;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DSelect.php16 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
DTextCircle.php115 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
DInput.php71 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php973 var $FontStyle; //current font style variable in FPDF
1551 $this->FontStyle='';
1780 $style=$this->FontStyle.($this->underline ? 'U' : '');
2026 $this->FontStyle = $style;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php794 var $FontStyle; // current font style variable in Mpdf\\Mpdf
1107 $this->FontStyle = '';
2964 $style = $this->FontStyle;
3165 $style = $this->FontStyle;
4188 … $this->FontFamily == $this->currentfontfamily && $this->FontStyle == $style && $this->FontStyle =…
4196 $this->FontStyle = $style;
4220 …if (($this->FontFamily == $family) and ( $this->FontStyle == $style) and ( $this->FontSizePt == $s…
4259 …if (($this->FontFamily == $family) and ( $this->FontStyle == $style) and ( $this->FontSizePt == $s…
4264 $this->FontStyle = $style;
4357 …ldWeight && strpos($this->ReqFontStyle, "B") !== false && strpos($this->FontStyle, "B") === false)…
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php265 $style = $this->mpdf->FontStyle;