slint/internal/core/textlayout
Simon Hausmann 8ffd17007a textlayout: Fix cursor position calculation when clicking at the end of lines with forced line break
Make sure that the byte ranges of adjancent fragments have no gaps.

Co-authored-by: Florian Blasius <FloVanGH@users.noreply.github.com>
2023-05-17 09:58:45 +02:00
..
fragments.rs textlayout: Fix cursor position calculation when clicking at the end of lines with forced line break 2023-05-17 09:58:45 +02:00
glyphclusters.rs Fix panics in the software renderer system font 2023-01-27 12:34:45 +01:00
linebreak_simple.rs Fix software renderer line breaker without the unicode feature 2022-09-07 13:49:02 +02:00
linebreak_unicode.rs Make the line break iterators implement Clone 2022-05-13 17:33:01 +02:00
linebreaker.rs Fix cursor_pos_for_byte_offset to return the correct x coordinate when the cursor is within the trailing whitespace of a line 2023-05-11 10:34:49 +00:00
shaping.rs swr: implement text_input_byte_offset_for_position 2023-05-15 13:23:05 +00:00