note
	description: "[
		A GAME_SURFACE that represent a text.
		Rendering from this class does not use
		alpha blending. You have to specify the
		background color.
	]"
	author: "Louis Marchand"
	date: "Mon, 30 Mar 2015 01:20:46 +0000"
	revision: "2.0"

class interface
	TEXT_SURFACE_SHADED

create 
	make

feature -- Access

	background_color: GAME_COLOR_READABLE
			-- The color to draw in the background of the text
	
end -- class TEXT_SURFACE_SHADED

Generated by ISE EiffelStudio