Function epaint::text::text_layout::halign_and_justify_row

source ยท
fn halign_and_justify_row(
    point_scale: PointScale,
    row: &mut Row,
    halign: Align,
    wrap_width: f32,
    justify: bool,
)
Expand description

Horizontally aligned the text on a row.

/// Ignores the Y coordinate.