Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 804 Bytes

GdipDeleteFontFamily.md

File metadata and controls

42 lines (28 loc) · 804 Bytes

Home

Function name : GdipDeleteFontFamily

Group: GDI+ Font - Library: gdiplus


Deletes the specified FontFamily object.


Code examples:

Custom GDI+ class

Declaration:

GpStatus WINGDIPAPI GdipDeleteFontFamily(
	GpFontFamily *FontFamily
)
  

FoxPro declaration:

DECLARE INTEGER GdipDeleteFontFamily IN gdiplus;
	INTEGER FontFamily  

Parameters:

FontFamily
[in] Handle to the FontFamily object created with GdipCreateFontFamilyFromName, GdipCloneFontFamily or similar function.


Return value:

Returns 0 on success.