Expand description
Rich line-aware layout engine.
Split into submodules:
types— data types:BreakingStrategy,LayoutResult,Line,LineMetrics,ParagraphMetrics,LayoutEngine, andVerticalLineModel.functions— private helper functions used byLayoutEnginemethods.
Re-exports§
pub use types::BreakingStrategy;pub use types::LayoutEngine;pub use types::LayoutResult;pub use types::Line;pub use types::LineMetrics;pub use types::ParagraphMetrics;