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 Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
ipc-client.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
list.c
log.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
loop.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
meson.build
pango.c common/pango: Disable glyph position rounding 2024-07-10 18:49:42 -04:00
stringop.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
util.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00