slint/internal/core/textlayout
Simon Hausmann d69b4b81ba Simplify glyph handling in the software renderer
Remove platform glyph abstraction, just use non-zero u16 as glyph index
like everyone else.  As a bonus, this reduces the memory consumption of
the glyph buffers per glyph from a size of a pointer to the size of the
u16.
2022-12-16 18:20:12 +01:00
..
fragments.rs Simplify glyph handling in the software renderer 2022-12-16 18:20:12 +01:00
glyphclusters.rs Simplify glyph handling in the software renderer 2022-12-16 18:20:12 +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 Simplify glyph handling in the software renderer 2022-12-16 18:20:12 +01:00