Struct onyx::ui::LabelStyle [] [src]

pub struct LabelStyle {
    pub font: Font,
    pub size: f32,
    pub color: Color,
}

Fields