-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
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
Font Creation #999
Comments
There’s PGFUtil but it’s intended to create fonts for loading in MicroPython, though it shouldn’t be a huge stretch to convert those to hpp. It’s also in desperate need of TLC - https://github.com/gadgetoid/pgfutil |
Yeah, that was an extrapalation of the desired functionality. Language awareness - would be easy to make one that uses a template for max flexibility... |
I used BMFont in the past to generate textures for OpenGL. Not sure how applicable it will be to Pimoroni bitmap fonts. |
Found a tool to convert bmfont to cpp; |
A load of hte samples use fonts
Are these generated by some common app ? If so what is it? Specifically some app that outputs the CPP + HPP ?
If it's common then it should be mantioned in an easily accessible place
If not (and there is no app that does close to the cpp+hpp) then I guess I could write one - but don't wanna re-invent the wheel
Hoping there's something already (I'm lazy)
The text was updated successfully, but these errors were encountered: