Skip to main content

layout_table

Function layout_table 

Source
pub fn layout_table(
    tbl: &CT_Tbl,
    available_width: f64,
    styles: &CT_Styles,
    input: &LayoutInput,
    fm: &mut FontManager,
    num_state: &mut NumberingState,
) -> Result<TableBlock>
Expand description

Lay out a table into a TableBlock.