We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It'd be great to support bitmap fonts stored as TTFs. Here is a bitmap font maker that produces TTFs: http://www.pentacom.jp/pentacom/bitfontmaker2/
The text was updated successfully, but these errors were encountered:
Closing. Looks like support has been added
Sorry, something went wrong.
I can't seem to get TTF to work properly. The TTF class seems incomplete, and doesn't implement get_gliph:
get_gliph
Adafruit_CircuitPython_Bitmap_Font/adafruit_bitmap_font/ttf.py
Line 14 in ed16e1b
Am I missing something important, or was this closed by mistake? Thanks!
I think you are correct @toothrot the TTF implementation is not complete yet. I believe the only two font types currently supported are PCF and BDF.
TTF is significantly harder - not sure if we really could support it. PCF is really quite nice though, and there are generators!
No branches or pull requests
It'd be great to support bitmap fonts stored as TTFs. Here is a bitmap font maker that produces TTFs: http://www.pentacom.jp/pentacom/bitfontmaker2/
The text was updated successfully, but these errors were encountered: