PMCORE-2098

This commit is contained in:
Julio Cesar Laura Avendaño
2020-09-01 16:24:45 +00:00
parent 85797df0bc
commit 628dc1f67f
3 changed files with 83 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ class Designer extends Controller
$font['friendlyName'] = !empty($font['friendlyName']) ? $font['friendlyName'] : $font['familyName'];
$tcPdfFonts[$font['friendlyName']] = "{$font['friendlyName']}={$font['familyName']}";
}
ksort($tcPdfFonts, SORT_NATURAL | SORT_FLAG_CASE);
ksort($tcPdfFonts, SORT_NATURAL | SORT_FLAG_CASE);
$this->setVar('tcPdfFonts', implode(';', $tcPdfFonts));
//plugin set source path