public float getGlyphAspectRatio(uint id) { float ret = OgreOverlayPINVOKE.Font_getGlyphAspectRatio(swigCPtr, id); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }