Searched refs:ReqFontStyle (Results 1 – 1 of 1) sorted by relevance
304 var $ReqFontStyle; variable in Mpdf\\Mpdf4050 …$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 …]