Licensir.TableRex.Renderer.Text.Meta (Licensir v0.7.0) 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

Retrieves the column width at the given column index.

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

Retrieves the row width at the given row index.

Link to this section Functions

Link to this function

col_width(meta, col_index)

View Source

Retrieves the column width at the given column index.

Retrieves 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

Retrieves the row width at the given row index.