asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.86k stars 296 forks source link

chinese word issue #578

Open tbs575 opened 1 year ago

tbs575 commented 1 year ago

Using asciidocfx 1.8.3, and met some issue with words.

  1. can not display chinese fonts in editor and preview, like italic, bold. image

  2. how to export PDF with chinese?

life888888 commented 1 year ago
  1. how to export PDF with chinese?

You have three ways to export a PDF containing Chinese.

Method 1 - use AsciidocFX buildin Template

Step1: In AsciidocFX , Left Tree , don't select anything , popup menu, New Template -> Asciidoctor-PDF CJK Demo

Step2: Goto Asciidoctor-PDF CJK Demo , Open README.adoc , Then you can export PDF

Step3: Edit cjk-theme.yml , You can change fonts.

Note: This Template Not Support Italic, Bold, BoldItalic。

Method2 - Install asciidocfx-pdf-cjk-patch ( https://github.com/life888888/asciidocfx-pdf-cjk-patch )

中文日文韓文字型 Noto Sans CJK,Noto Sans Mono CJK,Noto Serif CJK 包含4種樣式(Regular,Italic,Bold,BoldItalic自動下載跟開箱即用。

Method3 - Install asciidocfx-pdf-fop-cjk-patch ( https://github.com/life888888/asciidocfx-pdf-fop-cjk-patch )

中文日文韓文字型 Noto Sans CJK,Noto Sans Mono CJK,Noto Serif CJK 包含4種樣式(Regular,Italic,Bold,BoldItalic自動下載跟開箱即用。

rahmanusta commented 1 year ago

For HTML output, you should modify the default asciidoctor css meaning provide a custom stylesheet, and include required Chinese web fonts. For PDF output, you can follow the paths that @life888888 provided.

life888888 commented 1 year ago

@rahmanusta

AsciidocFX Preview Not Show italic, bold. (Chinese Text)

2023-01-13_14-20-46

But Export HTML , HTML Can Show italic, bold. (Chinese) , But I don't use any asciidoctor css.

Attatch File EngChtCompare.adoc , You can use AsciidocFX open it , and use HTML -> SAVE

But Save to Html , Html can show italic, bold. (Chinese Text)

2023-01-13_14-22-22

EngChtCompare.adoc.txt

EngChtCompare.html.txt

rahmanusta commented 1 year ago

Hi,

I see the issue now, thank you. Was it working in older versions of AsciidocFX ?

life888888 commented 1 year ago