# File lib/rubygame/ttf.rb, line 157
  def underline=( enabled )
    _set_style( enabled, SDL::TTF::STYLE_UNDERLINE )
  end