class Tallboy::Renderer::Basic

Defined in:

tallboy/renderer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table : Table, style : Tallboy::Style = Style.new) #

[View source]

Instance Method Detail

def border(row, border) #

[View source]
def calc_cell_width(layout, index, span) #

[View source]
def charset #

[View source]
def render #

[View source]
def render_cell(cell, n, width) #

[View source]
def render_row(row, style, &) #

[View source]
def row(row, style) #

[View source]
def rows #

[View source]
def rows_with_separators(rows) #

[View source]
def separator?(row) #

[View source]
def style : Tallboy::Style #

[View source]
def table : Tallboy::Table #

[View source]