1 2 3 4 5 6 7
#[derive(Clone, Debug)] pub(crate) struct Text { pub(crate) size: f32, pub(crate) string: String, pub(crate) x: f64, pub(crate) y: f64, }