-
Notifications
You must be signed in to change notification settings - Fork 230
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
Implement Option to Change Font #239
Comments
@mariobehling this is not possible as of now, we need to have some extra pixels in the badge to morph our letters |
@mariobehling @iamareebjamal please give me an update |
@adityastic This should be possible. It does not depend on the font. |
@mariobehling we are talking about the font we send to the device or the font in our application? |
We send bitmap to pixel. Where do we send the font? |
@iamareebjamal yes, we created hexadecimals of every character, then we convert the input string into characters and fetch the respective hexadecimal for the character. We are not sending the font |
By sending the font, I meant the saved hexadecimal codes for every character |
Nobody is talking about sending the font. We're talking about converting the font chars to bitmaps |
That's underestimating work. There's no "magic" way to create bitmap fonts. |
hey @mariobehling is this issue is currently open? If open then I would like to work on this. |
Currently there is only one standard font implemented. Please implement an option to change the font.
The text was updated successfully, but these errors were encountered: