PdfSharpCore icon indicating copy to clipboard operation
PdfSharpCore copied to clipboard

MigraDoc Fonts can't display Japanese or Chinese Characters?

Open LordGalahad opened this issue 2 years ago • 1 comments

Here is the problem: We are using both XFont and Font objects. We create our fonts this way: image

And while we no problem with the XFonts in handling Chinese or Japanese Characters, using the Font object is not working

When we write page headings with XFont we do this: image

When we use the Migradoc Document which uses Font instead of XFont, we do this: image

In english, it looks like this: image

But in Japanese, the Title of the Page with the Table and the table headings disappear. Note that the other title which was generated using XFont was rendered properly: image

LordGalahad avatar Jun 14 '23 06:06 LordGalahad

you can try another Chinese font,such as "STSong",I tried successfully

xiaoshaoqian avatar Nov 17 '23 07:11 xiaoshaoqian