slint/sixtyfps_runtime/rendering_backends/testing
Simon Hausmann cc7ea5b92a GL renderer: fix rendering of Text/TextInput when the text property changes in a way that requires different fonts
Unfortunately the text property was not included in the property dependency chain
for the cached Font.
This is fixed by delaying that with a getter function, but in the mid term
we should be able to remove this again once
femtovg learns lazy font resolution.
2021-09-17 18:27:44 +02:00
..
Cargo.toml Bump version number to 0.1.2 2021-09-04 10:08:51 +02:00
lib.rs GL renderer: fix rendering of Text/TextInput when the text property changes in a way that requires different fonts 2021-09-17 18:27:44 +02:00