Ejemplo n.º 1
0
        public SWIGTYPE_p_Ogre__SharedPtrT_Ogre__Font_t getByName(string name)
        {
            SWIGTYPE_p_Ogre__SharedPtrT_Ogre__Font_t ret = new SWIGTYPE_p_Ogre__SharedPtrT_Ogre__Font_t(OgreOverlayPINVOKE.FontManager_getByName__SWIG_1(swigCPtr, name), true);

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