Expand description
Area tree data structures
The area tree represents the geometric layout of content on pages. Each area has a position, dimensions, and may contain child areas.
Re-exports§
pub use area_tree::AreaId;pub use area_tree::AreaNode;pub use area_tree::AreaTree;pub use types::Area;pub use types::AreaContent;pub use types::AreaType;pub use types::BorderStyle;pub use types::Direction;pub use types::DisplayAlign;pub use types::FontStretch;pub use types::FontStyle;pub use types::FontVariant;pub use types::Span;pub use types::TextDecoration;pub use types::TextTransform;pub use types::TraitSet;pub use types::WritingMode;