Replies: 1 comment 4 replies
-
|
I'm not against this, but if you want, in the meantime, you're free to open a PR with your non-english characters! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I've noticed that fonts are currently embedded within the code (specifically in _font.py). This setup allows for some degree of customization, such as adding special characters or letters not present in the English language to existing fonts. However, these customizations are overwritten with each update, posing a challenge for maintainability and user-specific adaptations.
To improve this, would it be possible to implement a logic where additional fonts are dynamically loaded from a user-defined directory or file?
This approach would not only preserve custom font adjustments across updates but also enhance the flexibility of font management. The fonts could retain the same format as the current embedded ones for compatibility.
Beta Was this translation helpful? Give feedback.
All reactions