pub type LayoutToDeviceScale = Scale<f32, LayoutPixel, DevicePixel>;
Expand description
A complete scaling ratio from layout space to device pixel space.
Aliased Type§
struct LayoutToDeviceScale(pub f32);
Fields§
§0: f32
pub type LayoutToDeviceScale = Scale<f32, LayoutPixel, DevicePixel>;
A complete scaling ratio from layout space to device pixel space.
struct LayoutToDeviceScale(pub f32);
0: f32