high resolution font

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Bot7

I made a Label with a custom font but the font isn’t “clear”. How can I make the font high resolution ? The resolution of my game is 1920 x 1080.

What font are you using?

exuin | 2021-01-10 20:08

this font https://www.fontspace.com/a-astro-space-font-f46028

Bot7 | 2021-01-10 22:18

Did you set it as a BitmapFont or a DynamicFont?

exuin | 2021-01-11 00:45

:bust_in_silhouette: Reply From: Wakatta

Font data
Enable: Use Mipmaps and Use Filter
Increase Size to a comfortable range (between 16-25 ish works for me)

P.s For some reason Godot’s editor font rendering seems off but alls well during runtime.

P.s For some reason Godot’s editor font rendering seems off but alls well during runtime.

This is because font oversampling only affects the running project, not the editor. Font oversampling has a global scale for all fonts within the project (calculated automatically when using the 2d stretch mode), so it can’t work in the editor.

Calinou | 2021-01-16 14:13

So that’s what it was. Thank you very much kind sir for the clarity.

Wonder if it’s an issue/bug or intended because it makes VisualShader quite jarring to look at when zooming

Wakatta | 2021-01-17 12:38