mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #458] Unicode support to truetype rendering #2490
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukedoomer on GitHub (Apr 19, 2025).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/458
Describe the bug
according to the tutorial Uploading & Using Custom Fonts
cannot make openepaperlink display any cjk character
To Reproduce
droid-sans-mono.ttfNotoSansMono-Regular.ttfno any alphabet/character with custom font
Screenshots

Expected behavior
display CJK character properly
@nlimper commented on GitHub (Apr 19, 2025):
The current Truetype library we use, sadly doesn't do Unicode.
Two possible solutions:
Both options take quite a bit of work to implement (and test). If somebody has the time to spend on this, be my guest... I'm willing to take a look at it, but it will only be after the summer.
@lukedoomer commented on GitHub (Apr 20, 2025):
Thanks. Hope the unicode render will come to this great project eventually. Unicode is a must for me and modern use case.