mirror of
https://github.com/swaywm/sway.git
synced 2024-10-31 21:47:24 +00:00
8c5b23e592
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. |
||
---|---|---|
.. | ||
cairo.c | ||
gesture.c | ||
ipc-client.c | ||
list.c | ||
log.c | ||
loop.c | ||
meson.build | ||
pango.c | ||
stringop.c | ||
util.c |