Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 777 Bytes

GdipNewInstalledFontCollection.md

File metadata and controls

42 lines (28 loc) · 777 Bytes

Home

Function name : GdipNewInstalledFontCollection

Group: GDI+ Font - Library: gdiplus


Represents the fonts installed on the system


Code examples:

Custom GDI+ class

Declaration:

GpStatus WINGDIPAPI GdipNewInstalledFontCollection(
	GpFontCollection** fontCollection
)
  

FoxPro declaration:

DECLARE INTEGER GdipNewInstalledFontCollection IN gdiplus;
	INTEGER @ fontCollection  

Parameters:

fontCollection [out] Handle to the FontCollection object.


Return value:

Returns 0 on success.