-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Extreme Large Font not working! #1423
Comments
Yes, currently the width is at most 64 pixels (internally, each row is read into a 64 bit bitmap). I might need to adapt that a bit to be able to deal with wider fonts. Can you share the BDF file you created ? |
Ok, attaching the font below... Thank you so much for such a Quick response, i really appreciate that. |
Please give me a hint how can i try to make it support wider fonts also... |
If you do a git pull now, it should be possible to show wider fonts. |
wow thank you sir, i will check it, thank you so much you are awesome! |
Tested it, working perfectly! Thank you very much! Thank you again... |
Hi, Thank you Mr. Henner Zeller...
I am using Raspberry Pi to Make a Large Display of LED Matrix that can has to be mounted at a very large viewing distance.
So, I am making larger fonts using the tool suggested by you: otf2bdf
The problem I am facing is that Small Fonts are being drawn but Larger Fonts (around 100 pixels high) are not!
There is some sort of Pixel limit per character, because in Larger fonts also few characters are being drawn and few are not, interesting to see that the character which occupies larger number of pixels are getting missed when drawing.
Any help will be highly appreciated!
The text was updated successfully, but these errors were encountered: