Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php239 'FontStyle' => $this->FontStyle,
286 $this->FontStyle = $state['FontStyle'];
297 $fontKey = $this->FontFamily . $this->FontStyle;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSelect.php16 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
H A DTextCircle.php115 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
H A DInput.php71 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A 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/
H A DMpdf.php794 var $FontStyle; // current font style
1107 $this->FontStyle = '';
2964 $style = $this->FontStyle;
3165 $style = $this->FontStyle;
4188 if ($this->FontFamily == $family && $this->FontFamily == $this->currentfontfamily && $this->FontStyle == $style && $this->FontStyle == $this->currentfontstyle && $this->FontSizePt == $size && $this->FontSizePt == $this->currentfontsize && !$forcewrite) {
4196 $this->FontStyle = $style;
4220 if (($this->FontFamily == $family) and ( $this->FontStyle == $style) and ( $this->FontSizePt == $size) && !$forcewrite) {
4259 if (($this->FontFamily == $family) and ( $this->FontStyle == $style) and ( $this->FontSizePt == $size) && !$forcewrite) {
4264 $this->FontStyle
793 var $FontStyle; // current font style global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php265 $style = $this->mpdf->FontStyle;