reflexo_typst2vec::ir

Type Alias Size

Source
pub type Size = Axes<Scalar>;
Expand description

Size in (width pt, height pt)

Aliased Type§

struct Size {
    pub x: Scalar,
    pub y: Scalar,
}

Fields§

§x: Scalar

The horizontal component.

§y: Scalar

The vertical component.