Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php304 var $ReqFontStyle;
4050 $this->ReqFontStyle = $style; // required or requested style - used later for artificial bold/italic
4357 if ($this->falseBoldWeight && strpos($this->ReqFontStyle, "B") !== false && strpos($this->FontStyle, "B") === false) {
4365 if (strpos($this->ReqFontStyle, "I") !== false && strpos($this->FontStyle, "I") === false) {
5153 } elseif ($this->falseBoldWeight && strpos($this->ReqFontStyle, "B") !== false && strpos($this->FontStyle, "B") === false && !($textvar & TextVars::FC_SMALLCAPS)) { // can't use together with OUTLINE or Small Caps // mPDF 5.7.1 ??? why not with SmallCaps ???
5164 if (strpos($this->ReqFontStyle, "I") !== false && strpos($this->FontStyle, "I") === false) { // Artificial italic
6359 $saved['ReqFontStyle'] = $this->ReqFontStyle;
6401 $this->ReqFontStyle = $saved['ReqFontStyle'];
311 var $ReqFontStyle; global() variable in Mpdf\\Mpdf
[all...]