bitmap font space width #7910
-
|
me again with a bitmap font question - is there a way to alter the size of the space character for a non-fixed width font? the way it works currently is way too large for my needs - 16 pixels for a 25x15 font and 15 for 22x15 (both with 3 char spacing) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
You mean when you're making your own font with https://www.espruino.com/Bitmap+Font+Converter? I just made a change which should work. You need to provide a font image with the first character which is a space character (or before). Now, if you fill the space in with 75% light grey (not 50% grey) as wide as you want it, it should take effect in the finished font. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.




One perhaps tidier solution now would be to set
Char Spacingto 0, and to then fill the background of every character, plus the amount of space you want, with that light grey