indexing description: "OLE Automation." Note: "Automatically generated by the EiffelCOM Wizard." class FONTNAME_ALIAS inherit STRING create make, make_from_string, make_from_alias feature {None} -- Initialization make_from_alias (an_alias: STRING) is -- Create from alias require non_void_alias: an_alias /= Void do make_from_string (an_alias) end end -- FONTNAME_ALIAS