###User Defined Function###
_GDIPlus_FontFamilyCreate

###Description###
Create a Font Family object

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_FontFamilyCreate ( $sFamily )


###Parameters###
@@ParamTable@@
$sFamily
	Name of the Font Family
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a handle to a Font Family object.
Failure:	0 and sets the @error flag to non-zero, @extended may contain GPSTATUS ($GPID_ERR*).
@@End@@


###Remarks###
When you are done with the Font Family object, call <a href="_GDIPlus_FontFamilyDispose.htm">_GDIPlus_FontFamilyDispose()</a> to release the resources


###Related###
_GDIPlus_FontFamilyDispose


###See Also###
@@MsdnLink@@ GdipCreateFontFamilyFromName


###Example###
@@IncludeExample@@
