pub fn layout_table(
registry: &FontRegistry,
params: &TableLayoutParams,
available_width: f32,
scale_factor: f32,
) -> TableLayoutExpand description
Lay out a table: distribute column widths, lay out cell contents, compute row heights.