indexing description: "[ Surface of True Type fonts to blit on normal surface ]" date: "$Date$" revision: "$Revision$" class EM_TTF_SURFACE inherit EM_SURFACE create {EM_TTF_FONT} make_from_ttf_pointer feature {NONE} -- Initialization make_from_ttf_pointer (pointer: POINTER) is -- Create new ttf surface do make_from_pointer (pointer) end end