Closed
Description
Checklist
- I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
- This issue only relates to a single feature. I will open new issues for any other features.
Is your feature request related to a problem?
An earlier, related issue: #400
Some fonts I want to use comes with only Opentype (ttc) format, and Fyne doesn't load it. I don't know the underlying architecture as I am just trying this framework out, but it seems like golang.org/x/image/font/opentype
already supports both formats. Is there a reason Fyne is not using it?
Is it possible to construct a solution with the existing API?
No response
Describe the solution you'd like to see.
Support TTF and OTF fonts.
Bonus if Fyne bundles fonts for CJK languages and all languages on earth :)
Activity