We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem is that Go doesn't have an OpenType font parser yet. OpenType fonts are available now!
The text was updated successfully, but these errors were encountered:
go-text/typesetting#111 (comment)
Perhaps you will be interested by the fontscan (and its FontMap type) that you could use to access system fonts.
https://pkg.go.dev/github.com/go-text/typesetting/fontscan
This seems nice!
Sorry, something went wrong.
How should this work on mobiles and browsers...? 🤔
EDIT: NVM, fontscan works on mobiles. https://github.com/go-text/typesetting/blob/v0.1.1/fontscan/scan.go#L69-L79
No branches or pull requests
The problem is that Go doesn't have an OpenType font parser yet.OpenType fonts are available now!The text was updated successfully, but these errors were encountered: