Skip to main content

layout_table

Function layout_table 

Source
pub fn layout_table(
    registry: &FontRegistry,
    params: &TableLayoutParams,
    available_width: f32,
) -> TableLayout
Expand description

Lay out a table: distribute column widths, lay out cell contents, compute row heights.