# File lib/rubygame/ttf.rb, line 56
  def self.quit
    if( SDL::TTF.WasInit() != 0 )
      SDL::TTF.Quit()
    end
  end