Expand description
Layout pass — runs taffy on the BoxTree to produce per-node geometry.
Structs§
- BoxLayout
- Resolved geometry for a single node, in absolute viewport coordinates.
- Insets
- Layout
Result - Result of a layout pass: layout per node, indexed by
NodeId.
Functions§
- run_
layout - Run taffy on a
BoxNodetree and return the resolved layouts.