Enum egui_fltk_frontend::DpiScaling [−][src]
pub enum DpiScaling {
Default,
Custom(f32),
}Expand description
The scaling factors of the app
Variants
Default
Default DPI Scale by fltk, usually 1.0
Custom(f32)
Tuple Fields
0: f32Custome DPI scaling, e.g: 0.8, 1.5, 2.0 and so fort.
