Login  Register

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

> I summarized some of it in the users manual here: https://intellij-asciidoc-plugin.ahus1.de/docs/users-guide/features/advanced/pdf-non-latin-languages.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

--
Dan Allen (he, him, his) | @mojavelinux | https://twitter.com/mojavelinux