Looking for a font 5x5 and switched to a 4x5 #6355
Replies: 1 comment
-
Posted at 2020-11-10 by @MaBecker Ok, this is the bitmap to font converter for Espruino http://ebfc.mattbrailsford.com/ But no luck when searching for a 5x5 font as bmp or jpg file .... Posted at 2020-11-10 by @MaBecker There are many free ttf files and ttf to bmp converter that generate a useless output for the converter. Posted at 2020-11-10 by @gfwilliams I think you need an image that's a tile of bitmaps. Also worth checking out http://www.espruino.com/Font+Converter for working from Web fonts, although it's only really tested with the Google fonts (PRs welcome ;). At some point, given it's 5x5 you may decide it's easier to make it yourself. It's actually not that painful:
Once you have Posted at 2020-11-10 by @MaBecker Thanks It is all about using the correct search string :) Search for 3x5 or. 4x5 will give some nice results for bmp files. eg this conversation https://graphicdesign.stackexchange.com/questions/91478/a-font-thats-readable-with-a-5px-height Posted at 2020-11-10 by @MaBecker
here we go, first part 0 - Z
Attachments: Posted at 2020-11-10 by @MaBecker see attached code Attachments: Posted at 2020-11-11 by @gfwilliams Awesome, thanks! Do you think it's worth pulling that into the Fonts page? Posted at 2020-11-11 by @MaBecker Sure, I am already working on a Font4x5.js file for a pr :) Is there a possibility to skip chars with using createImage like lowercase chars? Posted at 2020-11-11 by @allObjects ...looks like the uc Q's 'leg' is on the wrong side? ...and the I should have serifs to be distinct from the vertical / or - bar | (CH gets to precision, D goes all the way to perfection... haha - @MaBecker, stay safe and have a nice late afternoon - m) Posted at 2020-11-11 by @MaBecker ... oh no ... Thanks! added some more chars so this is ' ' to '~' any wishes for 0x7f ? Attachments: Posted at 2020-11-11 by @MaBecker @allObjects have a great day and stay save too. Posted at 2020-11-11 by @MaBecker
Yes there is, I use '\n\n\n' for all unmapped chars Posted at 2020-11-11 by @MaBecker @allObjects just sharing the latest version so you can go for a nice C Attachments: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-11-10 by @MaBecker
I remember it is possible to convert bitmaps into fonts.
Has some been working on a 5x5 font module and like to share it?
Beta Was this translation helpful? Give feedback.
All reactions