polybar/include/cairo
Patrick Ziegler d817080ee8
fix(renderer): Small gaps when rendering emojis (#2802)
If any rendered text uses a non-integer number of pixels (often emojis),
rendering of subsequent text blocks will start between pixels which
results in small gaps in the background and over/underline colors caused
by cairo only rendering at fractional-intensity in the beginning and end
pixel.

Simply rounding up text width can solve this.

Fixes #2785
2022-08-25 00:55:16 +02:00
..
context.hpp fix(renderer): Small gaps when rendering emojis (#2802) 2022-08-25 00:55:16 +02:00
font.hpp Stop using unique_ptr for on_exit 2022-03-06 18:28:26 +01:00
fwd.hpp wip(refactor): Cairo drawing 2017-01-24 07:11:14 +01:00
surface.hpp Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
types.hpp Fixed issues with border corner radii 2021-03-29 20:17:48 +02:00
utils.hpp Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00