Searched refs:FontStyle (Results 1 – 7 of 7) sorted by relevance
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 239 'FontStyle' => $this->FontStyle, 286 $this->FontStyle = $state['FontStyle']; 297 $fontKey = $this->FontFamily . $this->FontStyle;
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
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);
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 973 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 D | Mpdf.php | 794 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 D | ImageProcessor.php | 265 $style = $this->mpdf->FontStyle;
|