table_rex v3.0.0 TableRex.Renderer.Text.Meta View Source

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)

View Source

Retreives the column width at the given column index.

Retreives the "inner width" of the table, which is the full width minus any frame.

Link to this function

row_height(meta, row_index)

View Source

Retreives the row width at the given row index.