serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibGfx: Missing ring in 'Å' glyph in Gothia Serif

Open awesomekling opened this issue 2 years ago • 1 comments

See attached test case.

test.zip

Firefox: image

Ladybird: image

awesomekling avatar Aug 24 '23 14:08 awesomekling

I think the issue here is what I wanted to fix in https://github.com/SerenityOS/serenity/pull/17934, but I ran into an issue with subpixel positioning at low sizes. Basically, we allocate a glyph bitmap for the area between ascender and descender, but outlines may actually go from ymax to ymin.

janso3 avatar Sep 02 '23 22:09 janso3