pub type Sizef = Size<f32>;
pub struct Sizef { pub width: f32, pub height: f32, }
width: f32
height: f32