Hi! Really like this font and I've been using it for my project (part of a jam, releasing tomorrow!). I have this issue where when I set the font to 11, if the text is too long it stops being sharp. Do you know why this could be happening? I have almost 0 knowledge in fonts so I'm not sure if this is an engine issue or a font issue (or both). Here's how it looks:
Viewing post in Not Jam Slab Serif 11 comments
I'm using Godot 4 and I tested with this other font and the issue wasn't happening at the default font size.
Ok great! I just published it here in case that helps: https://sparkyondo.itch.io/catch-the-greeble.
Hi again! Sorry to keep you waiting, but I think I have the fix :)
In the default import settings for .ttf format fonts in Godot 4 antialiasing is turned on - for pixel fonts like mine, you'll want to disable this to ensure it renders correctly.
To do this, double click on the font file from inside the Godot editor, which should bring up a dialogue box:
From here, you'll want to set antialiasing to "none", which should fix the majority of artifacts you see.
You may also want to disable hinting, or adjust subpixel positioning - these will likely have a subtler effect, depending on your project settings.
Make sure to reimport the font using the button at the bottom of the dialogue box before closing it to ensure your changes are saved.
Hopefully this helps, but let me know if there's any further issues! :)