slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann d867d7b58a Fix rendering of text selection with combining characters with the GL backend
When the text selection end follows right after a grapheme that uses less
glyphs than characters, then there may not be a matching glyph with the byte
index, therefore we wouldn't set the selection_end_x and draw incorrectly.
Take the visual tail of the last glyph then.
2021-08-01 09:35:19 +02:00
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Remove the freetype dependency on Windows and macOS 2021-07-13 19:29:49 +02:00
eventloop.rs Janitor: Fix clippy::redundant_closure 2021-07-23 13:48:52 +02:00
fonts.rs Janitor: Fix clippy::needless_return 2021-07-30 09:27:48 +02:00
graphics_window.rs Janitor: Remove unecessary cast 2021-07-23 13:48:52 +02:00
images.rs Janitor: Fix clippy::needless_return 2021-07-30 09:27:48 +02:00
lib.rs Fix rendering of text selection with combining characters with the GL backend 2021-08-01 09:35:19 +02:00
svg.rs Update license date 2021-07-02 15:55:54 +02:00