Licensir v0.5.1 TableRex.Renderer.Text.Meta
The data structure for the TableRex.Renderer.Text
rendering module, it holds results
of style & dimension calculations to be passed down the render pipeline.
Link to this section Summary
Functions
Retreives the column width at the given column index.
Retreives the "inner width" of the table, which is the full width minus any frame.
Retreives the row width at the given row index.
Link to this section Functions
Link to this function
col_width(meta, col_index)
Retreives the column width at the given column index.
Link to this function
inner_width(meta)
Retreives the "inner width" of the table, which is the full width minus any frame.
Link to this function
row_height(meta, row_index)
Retreives the row width at the given row index.