danfickle / danfickle/openhtmltopdf
Tamil font not rendering well.
Open
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
Font Used: [Noto Sans Tamil](https://fonts.google.com/noto/specimen/Noto+Sans+Tamil)
Actual Output:

Expected output:

Code:
` PdfRendererBuilder()
.withW3cDocument(xmlDocument, null)
.useFont(FONT_FILE, "noto-sans")
.toStream(byteArrayOutputStream)
.run()`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.