예제 #1
0
 public void setTrueTypeResolution(uint ttfResolution)
 {
     OgreOverlayPINVOKE.Font_setTrueTypeResolution(swigCPtr, ttfResolution);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }