I am trying to convert html with some Chinese characters to pdf, and they are getting cut off. It's as if Chinese fonts require the space of 2 roman letters, but are only getting one. Text I'm trying to render: (周大鹏)įšėęčųū
I have tried using Noto Sans CJK SC font to render this, and Chinese glyphs looked fine, but then special baltic letters would get spaced badly. I tried specifying font family separated by commas like: font-family: 'Noto Sans', 'Noto Sans CJK SC', sans-serif; but then either letters were spaced, or Chinese characters would get clipped.
In web everything looks fine, it's only when generating PDF that this happens. I am using version 0.12.3 of wkhtmltopdf.
