Trait text_layout::ParagraphLayout
source · pub trait ParagraphLayout {
// Required method
fn layout_paragraph(&self, items: &[Item], line_width: f32) -> Vec<Line>;
}Expand description
Represents a paragraph layout algorithm