Ejemplo n.º 1
0
 public Font.GlyphInfo getGlyphInfo(uint id)
 {
     Font.GlyphInfo ret = new Font.GlyphInfo(OgreOverlayPINVOKE.Font_getGlyphInfo(swigCPtr, id), false);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }