Lines Matching refs:FontStyle

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 = $style;
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
6240 $saved['style'] = $this->FontStyle;
6269 $this->FontStyle = $saved['style'];
6343 $saved['style'] = $this->FontStyle;
6372 $this->FontStyle = $saved['style'];
7112 $save_currentfontstyle = $this->FontStyle;
11130 $fontkey = $this->FontFamily . $this->FontStyle;
12099 $s_st = $this->FontStyle;
15487 $objattr['fontstyle'] = $this->FontStyle;
15526 $objattr['fontstyle'] = $this->FontStyle;
15565 $objattr['fontstyle'] = $this->FontStyle;
16118 $font = $this->SetFont($vetor[4], $this->FontStyle, 0, false);
16813 $save_currentfontstyle = $this->FontStyle;
18125 $preceeding_fontkey = $this->FontFamily . $this->FontStyle;
18912 $this->textparam['s-decoration']['fontkey'] = $this->FontFamily . $this->FontStyle;
18924 $this->textparam['u-decoration']['fontkey'] = $this->FontFamily . $this->FontStyle;
18936 $this->textparam['o-decoration']['fontkey'] = $this->FontFamily . $this->FontStyle;
18963 $this->textparam['bord-decoration']['fontkey'] = $this->FontFamily . $this->FontStyle;
18972 $this->textparam['bg-decoration']['fontkey'] = $this->FontFamily . $this->FontStyle;
19103 $font = $this->SetFont($chunk[4], $this->FontStyle, 0, false);
19261 $this->SetFont($this->default_font, $this->FontStyle, 0, false);
20398 $s_st = $this->FontStyle;
22922 $s_st = $this->FontStyle;
26236 $prevFontStyle = $this->FontStyle;