azul_webrender_api::units

Type Alias LayoutToDeviceScale

Source
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