class Tallboy::Style
- Tallboy::Style
- Reference
- Object
Defined in:
tallboy/style.crtallboy/style/charset.cr
Constant Summary
-
PRESET =
{:ascii => {border_top: {"+", "-", "+", "+"}, row: {"|", " ", "|", "|"}, separator: {"+", "-", "+", "+"}, border_bottom: {"+", "-", "+", "+"}}, :unicode => {border_top: {"┌", "─", "┬", "┐"}, row: {"│", " ", "│", "│"}, separator: {"│", "─", "┴", "│"}, border_bottom: {"└", "─", "┴", "┘"}}}
Constructors
Instance Method Summary
- #charset : Tallboy::Style::Charset
- #left_padding_size : Int32
- #padding_size(left_size, right_size)
- #padding_size
- #padding_size=(size : Int32)
- #right_padding_size : Int32
- #row_separator : Bool
- #row_separator=(row_separator : Bool)