You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before version 4.3 I was able to use Terminus TTF font in the editor and it would show up nicely. In 4.3 the font looks either blurry or the pixels show up at the wrong spots. Both the Editor Inteface and the built-in code editor is affected.
Below is an image that shows the correct font rendering from 4.2 on the left and the messed up one from 4.3 on the right (with two different antialiasing options). I couldn't make the font look good with any settings.
Make sure you view the image at the exact resolution to properly see the issues.
The text was updated successfully, but these errors were encountered:
unlessgames
changed the title
Pixel perfect font no longer rendering properly in Godot 4.3
Pixel perfect font no longer rendering properly as Editor Main font in Godot 4.3
Apr 22, 2024
unlessgames
changed the title
Pixel perfect font no longer rendering properly as Editor Main font in Godot 4.3
Pixel perfect font no longer rendering properly in Godot 4.3
Apr 22, 2024
Might be related to addition of disable_embedded_bitmaps property (a lot of fonts seems to have broken embedded bitmaps), which is enabled by default, I guess we should expose it as an editor setting.
Could you share some info about what is broken with embedded bitmaps and how they should be instead? I might forward it to the creator of this font, I am sure they would want to improve it if the issues are clear!
Bitmaps in the terminus font seems fine. #89374 (comment) is an example of broken font (a lot of missing and mixed up characters in the bitmap), I have seen similar issues with some fonts as well, but do not remember exact names.
Tested versions
Godot v4.3.dev (7529c0b)
System information
Linux with X11
Issue description
Before version 4.3 I was able to use Terminus TTF font in the editor and it would show up nicely. In 4.3 the font looks either blurry or the pixels show up at the wrong spots. Both the Editor Inteface and the built-in code editor is affected.
Below is an image that shows the correct font rendering from 4.2 on the left and the messed up one from 4.3 on the right (with two different antialiasing options). I couldn't make the font look good with any settings.
Make sure you view the image at the exact resolution to properly see the issues.
Steps to reproduce
Minimal reproduction project (MRP)
The problem is not project specific.
The text was updated successfully, but these errors were encountered: