Esempio n. 1
0
        public uint getCharacterSpacer()
        {
            uint ret = OgreOverlayPINVOKE.Font_getCharacterSpacer(swigCPtr);

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