# Adwaita-like SCTK Frame
|||
|
### Dark mode:

## Title text: ab_glyph
By default title text is drawn with _ab_glyph_ crate. This can be disabled by disabling default features.
## Title text: crossfont
Alternatively title text may be drawn with _crossfont_ crate. This adds a requirement on _freetype_.
```toml
sctk-adwaita = { default-features = false, features = ["crossfont"] }
```