Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php78 var $svg_font; variable in Mpdf\\Image\\Svg
196 $this->svg_font = []; // mPDF 6
2388 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 …]