module Theme::Scope
Direct including types
Defined in:
aspis/document.crInstance 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.
-
#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 Method Detail
abstract
def color : SF::Color
#
Returns the color that should be used for highlights that match this scope.
abstract
def font : SF::Font
#
Returns the font that should be used for highlights that match this scope.
abstract
def pt : Int
#
Returns the font size that should be used for highlights that match this scope.
abstract
def style : SF::Text::Style
#
Returns the text style (regular, italic, bold, etc.) that should be used for highlights that match this scope.