OpenTTD / OpenGFX

8bpp Graphics Base Set for OpenTTD
GNU General Public License v2.0
48 stars 27 forks source link

Small font should be at most 6 pixels tall with no descender. #81

Open PeterN opened 1 year ago

PeterN commented 1 year ago

As seen in OpenTTD/OpenTTD#8905, the OpenGFX's small font is too large for window bounds. Sprite fonts are expected to be a specific size.

img

The only real solution to this is to remove lowercase letters so that no descenders are necessary.