Function galley_from_rows

Source
fn galley_from_rows(
    point_scale: PointScale,
    job: Arc<LayoutJob>,
    rows: Vec<PlacedRow>,
    elided: bool,
    intrinsic_size: Vec2,
) -> Galley
Expand description

Calculate the Y positions and tessellate the text.