module Theme::Scope

Direct including types

Defined in:

aspis/document.cr

Instance Method Summary

Instance Method Detail

abstract def color : SF::Color #

Returns the color that should be used for highlights that match this scope.


[View source]
abstract def font : SF::Font #

Returns the font that should be used for highlights that match this scope.


[View source]
abstract def pt : Int #

Returns the font size that should be used for highlights that match this scope.


[View source]
abstract def style : SF::Text::Style #

Returns the text style (regular, italic, bold, etc.) that should be used for highlights that match this scope.


[View source]