struct Tartrazine::Style
- Tartrazine::Style
- Struct
- Value
- Object
Defined in:
styles.crConstructors
Macro Summary
Instance Method Summary
- #+(other : Style)
-
#background : Color | Nil
These properties are either set or nil (inherit from parent style)
-
#background=(background : Color | Nil)
These properties are either set or nil (inherit from parent style)
-
#bold : Bool | Nil
These properties are tri-state.
-
#bold=(bold : Bool | Nil)
These properties are tri-state.
- #border : Color | Nil
- #border=(border : Color | Nil)
- #color : Color | Nil
- #color=(color : Color | Nil)
-
#complete=(complete : Bool)
Styles are incomplete by default and inherit from parents.
-
#complete? : Bool
Styles are incomplete by default and inherit from parents.
- #italic : Bool | Nil
- #italic=(italic : Bool | Nil)
- #underline : Bool | Nil
- #underline=(underline : Bool | Nil)
Constructor Detail
Macro Detail
Instance Method Detail
These properties are either set or nil (inherit from parent style)
These properties are either set or nil (inherit from parent style)
These properties are tri-state. true means it's set false means it's not set nil means inherit from parent style
These properties are tri-state. true means it's set false means it's not set nil means inherit from parent style
Styles are incomplete by default and inherit from parents. If this is true, this style is already complete and should not inherit anything
Styles are incomplete by default and inherit from parents. If this is true, this style is already complete and should not inherit anything