Searched refs:svg_font (Results 1 – 1 of 1) sorted by relevance
78 var $svg_font; variable in Mpdf\\Image\\Svg196 $this->svg_font = []; // mPDF 62388 if (isset($this->svg_font[$current_style['font-family']])) {2398 if (isset($this->svg_font[$current_style['font-family']][$style])) {2399 $svg_font = $this->svg_font[$current_style['font-family']][$style];2400 } elseif (isset($this->svg_font[$current_style['font-family']]['R'])) {2401 $svg_font = $this->svg_font[$current_style['font-family']]['R'];2404 if (!isset($svg_font['units-per-em']) || $svg_font['units-per-em'] < 1) {2405 $svg_font['units-per-em'] = 1000;2408 $units_per_em = $svg_font['units-per-em'];[all …]