public SWIGTYPE_p_Ogre__SharedPtrT_Ogre__Font_t create(string name, string group) { SWIGTYPE_p_Ogre__SharedPtrT_Ogre__Font_t ret = new SWIGTYPE_p_Ogre__SharedPtrT_Ogre__Font_t(OgreOverlayPINVOKE.FontManager_create__SWIG_3(swigCPtr, name, group), true); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }