liz3 / ledit

Simple no bullshit text editor
GNU General Public License v2.0
270 stars 10 forks source link

Text rendering artifacts #11

Open RevengerWizard opened 1 year ago

RevengerWizard commented 1 year ago

When changing size of font inside the text editor, it is possible to notice various "artifacts" in between the displayed font glyphs. It can be easily noticed by taking a screenshot of the text and opening it inside a random image editor:

immagine

And here a slightly closed look at the individual glyphs, still using the image editor:

immagine

liz3 commented 11 months ago

Apology for the late reply, yes im aware, i have not gotten to investigate this yet but i know of this and im aware of a fix using single distance fields from freetype but these add a extreme startup time due to the fact freetype 2 is cpu ran. I'l experiment with solutions.