struct LightTheme::NormalScope
- LightTheme::NormalScope
- Struct
- Value
- Object
Included Modules
Defined in:
aspis.crConstructors
Instance Method Summary
-
#color : SF::Color
Returns the color that should be used for highlights that match this scope.
-
#font : SF::Font
Returns the font that should be used for highlights that match this scope.
- #initialize
-
#pt : Int
Returns the font size that should be used for highlights that match this scope.
-
#style : SF::Text::Style
Returns the text style (regular, italic, bold, etc.) that should be used for highlights that match this scope.
Instance methods inherited from module Theme::Scope
color : SF::Color
color,
font : SF::Font
font,
pt : Int
pt,
style : SF::Text::Style
style
Constructor Detail
Instance Method Detail
def color : SF::Color
#
Description copied from module Theme::Scope
Returns the color that should be used for highlights that match this scope.
def font : SF::Font
#
Description copied from module Theme::Scope
Returns the font that should be used for highlights that match this scope.
def pt : Int
#
Description copied from module Theme::Scope
Returns the font size that should be used for highlights that match this scope.
def style : SF::Text::Style
#
Description copied from module Theme::Scope
Returns the text style (regular, italic, bold, etc.) that should be used for highlights that match this scope.