Ejemplo n.º 1
0
 public void addCodePointRange(SWIGTYPE_p_std__pairT_unsigned_int_unsigned_int_t range)
 {
     OgreOverlayPINVOKE.Font_addCodePointRange(swigCPtr, SWIGTYPE_p_std__pairT_unsigned_int_unsigned_int_t.getCPtr(range));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__pairT_unsigned_int_unsigned_int_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }