Example #1
0
 public void setGlyphAspectRatio(uint id, float ratio)
 {
     OgreOverlayPINVOKE.Font_setGlyphAspectRatio(swigCPtr, id, ratio);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }