示例#1
0
        public SWIGTYPE_p_Ogre__SharedPtrT_Ogre__Font_t getByName(string name, string groupName)
        {
            SWIGTYPE_p_Ogre__SharedPtrT_Ogre__Font_t ret = new SWIGTYPE_p_Ogre__SharedPtrT_Ogre__Font_t(OgreOverlayPINVOKE.FontManager_getByName__SWIG_0(swigCPtr, name, groupName), true);

            if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
            {
                throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }