aboutsummaryrefslogtreecommitdiff
path: root/sway/sway_text_node.c
AgeCommit message (Collapse)Author
2024-02-02Ensure get_text_width() returns a positive valueAlexander Orzechowski
Closes: https://github.com/swaywm/sway/issues/7940
2024-01-18Introduce sway_text_nodeAlexander Orzechowski
This is a helper on top of a wlr_scene_buffer that will handle text rendering for us.