Re: CJK support in PDF: state of the art?
Posted by
mojavelinux on
Feb 21, 2021; 10:03pm
URL: https://discuss.asciidoctor.org/CJK-support-in-PDF-state-of-the-art-tp8529p8534.html
Keep in mind that you don't need to redeclare any of the bundled fonts. Instead, you can configure the font catalog to merge the additional entries.
extends: default
font:
catalog:
merge: true
cjk: YourCJKFontHere.ttf
base:
font_family: cjk
Best Regards,
-Dan
--