slint/internal/core/items
Simon Hausmann 19975846f5 renderer: Remove the str slice from text_size()
Instead, hide access to the string behind a RenderString trait.

The objective in the future is to cache the layout, which means that we need to query the text and other properties only if the cache is dirty.
2025-11-07 12:41:52 +00:00
..
component_container.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
drag_n_drop.rs Add Touch events in WindowEvent (#9858) 2025-10-28 10:11:27 +01:00
flickable.rs fix scrollbar jumping bug for qt style 2025-11-04 15:43:50 +01:00
image.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
input_items.rs Add Touch events in WindowEvent (#9858) 2025-10-28 10:11:27 +01:00
path.rs Add stroke-line-join for Path (#9912) 2025-11-03 10:25:04 +01:00
text.rs renderer: Remove the str slice from text_size() 2025-11-07 12:41:52 +00:00