slint/sixtyfps_runtime/rendering_backends
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
..
default Make it possible to disable the GL backend in the CMake build 2021-09-08 17:13:10 +02:00
gl Simplify font resolution in the GL backend 2021-09-21 10:10:45 +02:00
qt Simplify font resolution in the GL backend 2021-09-21 10:10:45 +02:00
testing Simplify font resolution in the GL backend 2021-09-21 10:10:45 +02:00