Ejemplo n.º 1
0
        public bool getAntialiasColour()
        {
            bool ret = OgreOverlayPINVOKE.Font_getAntialiasColour(swigCPtr);

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