| 12 | |
| 13 | #[derive(Clone, Copy, Debug, Default)] |
| 14 | pub struct Color { |
| 15 | pub r: f32, |
| 16 | pub g: f32, |
| 17 | pub b: f32, |
| 18 | pub a: f32, |
| 19 | } |
| 20 | |
| 21 | #[derive(Clone, Copy, Debug, Default)] |
| 22 | pub enum TextAlign { |
nothing calls this directly
no outgoing calls
no test coverage detected