pub type Marginf = MarginF32;
struct Marginf { pub left: f32, pub right: f32, pub top: f32, pub bottom: f32, }
left: f32
right: f32
top: f32
bottom: f32