Function halign_and_justify_row

Source
fn halign_and_justify_row(
    point_scale: PointScale,
    placed_row: &mut PlacedRow,
    halign: Align,
    wrap_width: f32,
    justify: bool,
)
Expand description

Horizontally aligned the text on a row.

Ignores the Y coordinate.