slint/internal/core/textlayout
Simon Hausmann 90ba9ffa17 Fix "glyph box" in AboutSlint when rendered on MCU
The AboutSlint text has a forced linebreak in it, which becomes a box
glyph on MCUs when the font on the host system doesn't use an empty
glyph but a box glyph for \n.

This patch explicitly excludes glyph clusters from text fragments that
feed into lines that originate from one of the three valid separators:
ascii newline, unicode paragraph and unicode line separators.
2022-09-05 21:42:26 +02:00
..
fragments.rs Fix "glyph box" in AboutSlint when rendered on MCU 2022-09-05 21:42:26 +02:00
glyphclusters.rs Fix "glyph box" in AboutSlint when rendered on MCU 2022-09-05 21:42:26 +02:00
linebreak_simple.rs Make the line break iterators implement Clone 2022-05-13 17:33:01 +02:00
linebreak_unicode.rs Make the line break iterators implement Clone 2022-05-13 17:33:01 +02:00
linebreaker.rs swrenderer textlayout: fix panic when max_with is 0 2022-08-23 08:19:25 +02:00
shaping.rs Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00