SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.32k stars 3.13k forks source link

Support OpenType text hinting #16854

Open kleinesfilmroellchen opened 1 year ago

kleinesfilmroellchen commented 1 year ago

Text hinting is a computer font feature designed to improve the legibility of very small font sizes, where fonts are adjusted non-proportionally and lose some of their unique characteristics in order to be more readable.

16807 basically considers the same issue, but was closed because this specific instance was mostly solved with third-pixel snapping. However, a general solution can only be achieved by implementing hinting.

MacDue commented 1 year ago

I've started prodding this... But this a big yak