Function epaint::text::text_layout::galley_from_rows

source ยท
fn galley_from_rows(
    point_scale: PointScale,
    job: Arc<LayoutJob>,
    rows: Vec<Row>,
    elided: bool,
) -> Galley
Expand description

Calculate the Y positions and tessellate the text.