slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 91ffb4d41f Initial support for mmapping fonts directly into femtovg
This version doesn't require the change to fontdb yet, but uses the new
femtovg API to allow feeding in shared (mmapped) font data. On macOS
this saves 4-5 MB of ram just for the gallery, on my default Ubuntu it's
roughly ~40MB.
2021-09-29 17:03:46 +02:00
..
fonts GL backend: add basic font fallback support for Linux 2021-09-17 18:58:18 +02:00
Cargo.toml Initial support for mmapping fonts directly into femtovg 2021-09-29 17:03:46 +02:00
event_loop.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
fonts.rs Initial support for mmapping fonts directly into femtovg 2021-09-29 17:03:46 +02:00
graphics_window.rs Simplify font resolution in the GL backend 2021-09-21 10:10:45 +02:00
images.rs Fix texture caching for images with the same source but different image-rendering properties 2021-09-06 13:47:41 +02:00
lib.rs Hide the cursor of the disabled TextEdit 2021-09-23 12:39:57 +02:00
svg.rs Update resvg version 2021-09-04 10:50:20 +02:00