| 6 | use slint::Weak; |
| 7 | |
| 8 | fn default_font() -> String { |
| 9 | SYSTEM_FONTS.default_font() |
| 10 | } |
| 11 | |
| 12 | #[derive(Debug, Deserialize, Serialize)] |
| 13 | pub(crate) struct TextConfig { |
| 14 | speed: f32, |
nothing calls this directly
no outgoing calls
no test coverage detected