SF::Text::Style
Inherits Enum / Comparable / Value / Object
Enumeration of the string drawing styles
Constants
Regular = 0
Regular characters, no style
Bold = 1
Bold characters
Italic = 2
Italic characters
Underlined = 4
Underlined characters
StrikeThrough = 8
Strike through characters
None = 0
All = 15
Instance methods
none?
Source