pub type DevicePixelScale = Scale<f32, WorldPixel, DevicePixel>;Expand description
Scaling ratio from world pixels to device pixels.
Aliased Type§
pub struct DevicePixelScale(pub f32);Tuple Fields§
§0: f32pub type DevicePixelScale = Scale<f32, WorldPixel, DevicePixel>;Scaling ratio from world pixels to device pixels.
pub struct DevicePixelScale(pub f32);0: f32