Example #1
0
 public void setTrueTypeSize(float ttfSize)
 {
     OgreOverlayPINVOKE.Font_setTrueTypeSize(swigCPtr, ttfSize);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }