HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › Korean font is not being applied › Reply To: Korean font is not being applied
April 3, 2024 at 14:01
#38055
Most probably you can fix the issue by an explicit specifying of a font face:
H2, BODY {font-family: Times New Roman, Batang, Serif}
Please find attached a test document, which uses no Batang, but only Arial Unicode MS as a fallback font. Arial Unicode MS has no bold version (the same as Batang), and you can see PD4ML successfully synthesizes bold font weight
