public static extern GpStatus GdipDrawString(GpGraphics nativeGraphics, string text, int length, GpFont gpFont, RectangleF rect, int p, GpBrush gpBrush);
public static extern GpStatus GdipDeleteFont(GpFont nativeFont);
public static extern GpStatus GdipCreateFontFromDC(HDC hdc, out GpFont font);
public extern static GpStatus GdipDrawString(GpGraphics nativeGraphics, string text, int length, GpFont gpFont, RectangleF rect, int p, GpBrush gpBrush);
public extern static GpStatus GdipDeleteFont(GpFont nativeFont);
public extern static GpStatus GdipCreateFontFromDC(HDC hdc, out GpFont font);