(weak: Weak<MainWindow>)
| 63 | } |
| 64 | |
| 65 | pub(crate) fn is_shadow(&self) -> bool { |
| 66 | self.text.is_shadow() |
| 67 | } |
| 68 | |
| 69 | pub(crate) fn font(&self) -> &str { |
| 70 | self.text.font() |
| 71 | } |
| 72 | |
| 73 | pub(crate) fn character_volume(&self, name: &str) -> f32 { |
| 74 | *self.character_volume.volumes.get(name).unwrap() |
| 75 | } |
nothing calls this directly
no outgoing calls
no test coverage detected