slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 58fc93d352 Prepare for improved font fallback handling in the GL backend
In order to determine the best list of fallback fonts for text
rendering, we need to know what text we're going to render. That's why
this patch passes the text through all the way.
2021-04-13 14:09:11 +02:00
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Load custom fonts from disk only once 2021-04-13 10:06:46 +02:00
eventloop.rs Fix constant wakeups with the winit event loop 2021-04-08 09:35:41 +02:00
fonts.rs Prepare for improved font fallback handling in the GL backend 2021-04-13 14:09:11 +02:00
graphics_window.rs Prepare for caching font selection in the GL renderer 2021-04-13 14:09:11 +02:00
images.rs Rename Resource to ImageReference in the runtime 2021-03-11 10:06:23 +01:00
lib.rs Prepare for improved font fallback handling in the GL backend 2021-04-13 14:09:11 +02:00
svg.rs GL: Fix rendering of scaled SVG for which height > width 2021-02-16 10:42:13 +01:00