face-hh / griddycode

A code editor made with Godot. Code has never been more lit!
Apache License 2.0
1.8k stars 111 forks source link

Emojis look pixelated #150

Open Emixone opened 3 months ago

Emixone commented 3 months ago

Describe the bug When you type in an emoji, it looks pixelated.

To Reproduce Steps to reproduce the behavior: On windows, you can use the emoji keyboard (Win + .), you can select an emoji from there.

Expected behavior I expected to see an emoji that is not pixelated.

Screenshots Bussin GriddyCode (DEBUG) 17 07 2024 20_38_56

Desktop (please complete the following information):

Autonvilkku commented 3 months ago

Probably becouse in fonts characters are stored as curves but emojis are images. So when godot tries to scale the text the curves woork fine but with emojis becouse they are stored as pixels it cant scale them