Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 733 Bytes

File metadata and controls

42 lines (28 loc) · 733 Bytes

Home

Function name : GdipDeleteFont

Group: GDI+ Font - Library: gdiplus


Deletes the specified Font object.


Code examples:

Custom GDI+ class

Declaration:

GpStatus WINGDIPAPI GdipDeleteFont(
	GpFont* font
)
  

FoxPro declaration:

DECLARE INTEGER GdipDeleteFont IN gdiplus;
	INTEGER fnt  

Parameters:

fnt [in] Handle to the Font object created with GdipCreateFont, GdipCreateFontFromDC or similar function.


Return value:

Returns 0 on success.