slint/sixtyfps_runtime/rendering_backends/testing
Simon Hausmann ac0cc85d33 Simplify font resolution in the GL backend
The font resolution function querying fontdb is fast now, so we can
always call it when rendering text. That way we don't need all the
indirection in the text_size(), etc. functions, we don't need an entry
in the item graphics cache for the font and we can avoid a lot of
property dependencies.
2021-09-21 10:10:45 +02:00
..
Cargo.toml Bump version number to 0.1.2 2021-09-04 10:08:51 +02:00
lib.rs Simplify font resolution in the GL backend 2021-09-21 10:10:45 +02:00