# File lib/rubygame/ttf.rb, line 140
  def italic=( enabled )
    _set_style( enabled, SDL::TTF::STYLE_ITALIC )
  end