Skip to content
Snippets Groups Projects
Commit 9c2fca5c authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: pdf: Use Adobe CJK output be default

parent 1b143b3c
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,7 @@ stage
# Ignore packaged plugins and language packs
*.phar
# Ignore mPDF temp files
include/mpdf/ttfontdata
include/mpdf/tmp
......@@ -60,7 +60,7 @@ $this->maxTTFFilesize = 2000;
// and/or Can set at runtime
$this->percentSubset = 30;
$this->useAdobeCJK = false; // Uses Adobe CJK fonts for CJK languages
$this->useAdobeCJK = true; // Uses Adobe CJK fonts for CJK languages
// default TRUE; only set false if you have defined some available fonts that support CJK
// If true this will not stop use of other CJK fonts if specified by font-family:
// and vice versa i.e. only dictates behaviour when specified by lang="" incl. AutoFont()
......
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