enum SF::Text::Style # Enumeration of the string drawing styles Members# Regular = 0# Regular characters, no style Bold = 1# Bold characters Italic = 2# Italic characters Underlined = 4# Underlined characters StrikeThrough = 8# Strike through characters Methods# #bold?# View source #italic?# View source #none?# View source #regular?# View source #strike_through?# View source #underlined?# View source