コード例 #1
0
ファイル: Font.cs プロジェクト: wellsanin1/Game-Engine
        public uint getTrueTypeResolution()
        {
            uint ret = OgreOverlayPINVOKE.Font_getTrueTypeResolution(swigCPtr);

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