struct TextUi::Format
- TextUi::Format
- Struct
- Value
- Object
Defined in:
textui/format.crConstant Summary
-
BOLD =
256
-
REVERSE =
1024
-
UNDERLINE =
512
Constructors
Instance Method Summary
Constructor Detail
def self.new(foreground : Color = Color::White, background : Color = Color::Black, bold = false, underline = false, reverse = false)
#