note description: "Create a new surface with a text drawed in it." author: "Louis Marchand" date: "Mon, 30 Mar 2015 01:20:46 +0000" revision: "2.0" deferred class interface TEXT_SURFACE feature -- Access text: READABLE_STRING_GENERAL -- The text use to create the surface. font: TEXT_FONT -- The font use to create the surface. color: GAME_COLOR_READABLE -- The color used to write the text on the surface. end -- class TEXT_SURFACE
Generated by ISE EiffelStudio