bitmap font space width #7910
Answered
by
gfwilliams
hhharkness
asked this question in
JavaScript
|
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) |
Answered by
gfwilliams
Jan 8, 2026
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. |
3 replies
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




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