slint/internal/core/textlayout
Olivier Goffart 35c16b9a69 Fix panics in the software renderer system font
Two bugs:
 - There was an extra `* 4` that caused panic when the Text was clipped
 - There was a bug in glyph handling when the text is being split in
   several runs
2023-01-27 12:34:45 +01:00
..
fragments.rs Simplify glyph handling in the software renderer 2022-12-16 18:20:12 +01: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 Simplify glyph handling in the software renderer 2022-12-16 18:20:12 +01:00
shaping.rs Fix panics in the software renderer system font 2023-01-27 12:34:45 +01:00