1
1
mirror of https://github.com/swaywm/sway synced 2024-11-19 07:34:28 +01:00
sway/swaynag
Ryan Dwyer 9215ca0f01 Align titles to baseline
This does the following:

* Adds a baseline argument to get_text_size (the baseline is the
distance from the top of the texture to the baseline).
* Stores the baseline in the container when calculating the title
height.
* Takes the baseline into account when calculating the config's max font
height.
* When rendering, pads the textures according to the baseline so they
line up.
2018-09-08 16:25:07 +10:00
..
config.c
main.c
meson.build
render.c Align titles to baseline 2018-09-08 16:25:07 +10:00
swaynag.1.scd
swaynag.5.scd
swaynag.c
types.c