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