MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / TextConfig

Class TextConfig

src/config/text.rs:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6use slint::Weak;
7
8fn default_font() -> String {
9 SYSTEM_FONTS.default_font()
10}
11
12#[derive(Debug, Deserialize, Serialize)]
13pub(crate) struct TextConfig {
14 speed: f32,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected