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