indexing description: "[ Provides access to EM3D_FONT_FACTORY singleton to sub-classes ]" author: "" date: "$Date$" revision: "$Revision$" class EM3D_SHARED_FONT_FACTORY feature -- Singleton access Em3d_font_factory: EM3D_FONT_FACTORY is -- 3d Font factory singleton once create Result.make ensure em3d_font_factory_exists: Result /= Void end end