Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php304 var $ReqFontStyle; variable in Mpdf\\Mpdf
4050 …$this->ReqFontStyle = $style; // required or requested style - used later for artificial bold/ital…
4357 …if ($this->falseBoldWeight && strpos($this->ReqFontStyle, "B") !== false && strpos($this->FontStyl…
4365 if (strpos($this->ReqFontStyle, "I") !== false && strpos($this->FontStyle, "I") === false) {
5153 …} elseif ($this->falseBoldWeight && strpos($this->ReqFontStyle, "B") !== false && strpos($this->Fo…
5164 …if (strpos($this->ReqFontStyle, "I") !== false && strpos($this->FontStyle, "I") === false) { // Ar…
6359 $saved['ReqFontStyle'] = $this->ReqFontStyle;
6401 $this->ReqFontStyle = $saved['ReqFontStyle'];
15793 if (isset($this->ReqFontStyle) && $this->ReqFontStyle) {
15794 $arr[12] = $this->ReqFontStyle;
[all …]