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