Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
19
third-party/vendor/sctk-adwaita/README.md
vendored
Normal file
19
third-party/vendor/sctk-adwaita/README.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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"] }
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue