Lines Matching defs:saved

6238 		$saved = [];
6239 $saved['family'] = $this->FontFamily;
6240 $saved['style'] = $this->FontStyle;
6241 $saved['sizePt'] = $this->FontSizePt;
6242 $saved['size'] = $this->FontSize;
6243 $saved['HREF'] = $this->HREF;
6244 $saved['textvar'] = $this->textvar; // mPDF 5.7.1
6245 $saved['OTLtags'] = $this->OTLtags; // mPDF 5.7.1
6246 $saved['textshadow'] = $this->textshadow;
6247 $saved['linewidth'] = $this->LineWidth;
6248 $saved['drawcolor'] = $this->DrawColor;
6249 $saved['textparam'] = $this->textparam;
6250 $saved['lSpacingCSS'] = $this->lSpacingCSS;
6251 $saved['wSpacingCSS'] = $this->wSpacingCSS;
6252 $saved['I'] = $this->I;
6253 $saved['B'] = $this->B;
6254 $saved['colorarray'] = $this->colorarray;
6255 $saved['bgcolorarray'] = $this->spanbgcolorarray;
6256 $saved['border'] = $this->spanborddet;
6257 $saved['color'] = $this->TextColor;
6258 $saved['bgcolor'] = $this->FillColor;
6259 $saved['lang'] = $this->currentLang;
6260 $saved['fontLanguageOverride'] = $this->fontLanguageOverride; // mPDF 5.7.1
6261 $saved['display_off'] = $this->inlineDisplayOff;
6263 return $saved;
6266 function restoreInlineProperties(&$saved)
6268 $FontFamily = $saved['family'];
6269 $this->FontStyle = $saved['style'];
6270 $this->FontSizePt = $saved['sizePt'];
6271 $this->FontSize = $saved['size'];
6273 $this->currentLang = $saved['lang'];
6274 $this->fontLanguageOverride = $saved['fontLanguageOverride']; // mPDF 5.7.1
6278 $this->HREF = $saved['HREF'];
6279 $this->textvar = $saved['textvar']; // mPDF 5.7.1
6280 $this->OTLtags = $saved['OTLtags']; // mPDF 5.7.1
6281 $this->textshadow = $saved['textshadow'];
6282 $this->LineWidth = $saved['linewidth'];
6283 $this->DrawColor = $saved['drawcolor'];
6284 $this->textparam = $saved['textparam'];
6285 $this->inlineDisplayOff = $saved['display_off'];
6287 $this->lSpacingCSS = $saved['lSpacingCSS'];
6293 $this->wSpacingCSS = $saved['wSpacingCSS'];
6300 $this->SetFont($FontFamily, $saved['style'], $saved['sizePt'], false);
6302 $this->currentfontstyle = $saved['style'];
6303 $this->currentfontsize = $saved['sizePt'];
6304 $this->SetStylesArray(['B' => $saved['B'], 'I' => $saved['I']]); // mPDF 5.7.1
6306 $this->TextColor = $saved['color'];
6307 $this->FillColor = $saved['bgcolor'];
6308 $this->colorarray = $saved['colorarray'];
6309 $cor = $saved['colorarray'];
6313 $this->spanbgcolorarray = $saved['bgcolorarray'];
6314 $cor = $saved['bgcolorarray'];
6318 $this->spanborddet = $saved['border'];
6341 $saved = [];
6342 $saved['family'] = $this->FontFamily;
6343 $saved['style'] = $this->FontStyle;
6344 $saved['sizePt'] = $this->FontSizePt;
6345 $saved['size'] = $this->FontSize;
6346 $saved['curr'] = &$this->CurrentFont;
6347 $saved['lang'] = $this->currentLang; // mPDF 6
6348 $saved['color'] = $this->TextColor;
6349 $saved['spanbgcolor'] = $this->spanbgcolor;
6350 $saved['spanbgcolorarray'] = $this->spanbgcolorarray;
6351 $saved['bord'] = $this->spanborder;
6352 $saved['border'] = $this->spanborddet;
6353 $saved['HREF'] = $this->HREF;
6354 $saved['textvar'] = $this->textvar; // mPDF 5.7.1
6355 $saved['textshadow'] = $this->textshadow;
6356 $saved['linewidth'] = $this->LineWidth;
6357 $saved['drawcolor'] = $this->DrawColor;
6358 $saved['textparam'] = $this->textparam;
6359 $saved['ReqFontStyle'] = $this->ReqFontStyle;
6360 $saved['fixedlSpacing'] = $this->fixedlSpacing;
6361 $saved['minwSpacing'] = $this->minwSpacing;
6362 return $saved;
6365 function restoreFont(&$saved, $write = true)
6367 if (!isset($saved) || empty($saved)) {
6371 $this->FontFamily = $saved['family'];
6372 $this->FontStyle = $saved['style'];
6373 $this->FontSizePt = $saved['sizePt'];
6374 $this->FontSize = $saved['size'];
6375 $this->CurrentFont = &$saved['curr'];
6376 $this->currentLang = $saved['lang']; // mPDF 6
6377 $this->TextColor = $saved['color'];
6378 $this->spanbgcolor = $saved['spanbgcolor'];
6379 $this->spanbgcolorarray = $saved['spanbgcolorarray'];
6380 $this->spanborder = $saved['bord'];
6381 $this->spanborddet = $saved['border'];
6383 $this->HREF = $saved['HREF'];
6384 $this->fixedlSpacing = $saved['fixedlSpacing'];
6385 $this->minwSpacing = $saved['minwSpacing'];
6386 $this->textvar = $saved['textvar']; // mPDF 5.7.1
6387 $this->textshadow = $saved['textshadow'];
6388 $this->LineWidth = $saved['linewidth'];
6389 $this->DrawColor = $saved['drawcolor'];
6390 $this->textparam = $saved['textparam'];
6392 $this->SetFont($saved['family'], $saved['style'], $saved['sizePt'], true, true); // force output
6399 $this->SetFont($saved['family'], $saved['style'], $saved['sizePt'], false);
6401 $this->ReqFontStyle = $saved['ReqFontStyle'];
8650 // move on to the next line, reset variables, tack on saved content and current char
14596 // Re-instate saved $this->blk[1]