Skip to content

Fix kerning of GL rendered glyphs

I've noticed the same issue as Jan in issue #4602 (closed) at the same place (gtk4-demo). After some bisecting I've came to commit 5b1cd335. Applying the 1024 scale to the whole calculations "0.25 * key->xshift - value->ink_rect.x" and "0.25 * key->yshift - value->ink_rect.y" fixes the issue for me.

Fixes: #4602 (closed)

Merge request reports