1
1
mirror of https://github.com/swaywm/sway synced 2024-11-23 00:51:58 +01:00
sway/common
Kenny Levinsen 8c5b23e592 common/pango: Disable glyph position rounding
Pango rounds glyph position and widths to nearest integer, which leads
to font dimensions jumping around when rendering with a scale, causing
text geometry to jump around when changing scale. This is disturbing
when text buffers change scale, and also mean that the text geometry
calculations in sway_text_node are incorrect.

Disable this rounding to make the geometry stable.
2024-07-10 18:49:42 -04:00
..
cairo.c
gesture.c
ipc-client.c
list.c
log.c
loop.c
meson.build
pango.c common/pango: Disable glyph position rounding 2024-07-10 18:49:42 -04:00
stringop.c
util.c