Need super large font #2081
Replies: 5 comments
-
The largest font include is 72 pixels with digits only. Options are:
Try to only include the characters you need otherwise the font file will be huge. Option 2 is the one I would try, Smooth fonts are generated using a Processing IDE utility in the library Tools folder. You can select the character subset included, font and size. See examples for their use. |
Beta Was this translation helpful? Give feedback.
-
where do i get Processing IDE tools provided |
Beta Was this translation helpful? Give feedback.
-
i looked at 3 and 4. but which font is the huge one? |
Beta Was this translation helpful? Give feedback.
-
where is the "The largest font include is 72 pixels with digits only." |
Beta Was this translation helpful? Give feedback.
-
Font 8 is the biggest. See RLE_Font_test example. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Any advice on how to find a super large font? Say 100 pixel tall? I have a 220/330 tft that I want to show the temperature so show it as 3 digits and viewable from say 15 feet away?
Or any URLs that tell me how to create my own? Or maybe I have BMPs of 0-9 digits and then code to show say for 98 degrees, I show the BMP for 9 and 8 side by side?
thanks :)
Beta Was this translation helpful? Give feedback.
All reactions