Skip to content
Snippets Groups Projects
Unverified Commit 875fcf6e authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4945 from JediKev/issue/pdf-squares-instead-of-text

issue: PDF Squares Instead Of Text
parents b0b2dbf3 69c50958
No related branches found
No related tags found
No related merge requests found
......@@ -93,12 +93,12 @@ class ConfigVariables
// AUTOMATIC FONT SELECTION
// Based on script and/or language
// mPDF 6.0 (similar to previously using function SetAutoFont() )
'autoScriptToLang' => false,
'autoScriptToLang' => true,
'baseScript' => Ucdn::SCRIPT_LATIN,
'autoVietnamese' => true,
'autoArabic' => true,
// mPDF 6.0 (similar to old useLang)
'autoLangToFont' => false,
'autoLangToFont' => true,
// Substitute missing characters in UTF-8(multibyte) documents - from other fonts
'useSubstitutions' => false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment