![]() |
![]() |
![]() |
By default title text is drawn with ab_glyph crate. This can be disabled by disabling default features.
Title text can be drawn with the skrifa crate. No dynamically linked dependencies required.
sctk-adwaita = { default-features = false, features = ["skrifa"] }Alternatively title text may be drawn with crossfont crate. This adds a requirement on freetype.
sctk-adwaita = { default-features = false, features = ["crossfont"] }


