.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GdipCreateFontFamilyFromName 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGdipCreateFontFamilyFromName\fR (GDIPLUS.@) .SH SYNOPSIS GpStatus WINGDIPAPI GdipCreateFontFamilyFromName ( GDIPCONST WCHAR* \fIname\fR, GpFontCollection* \fIfontCollection\fR, GpFontFamily** \fIFontFamily\fR ) .SH DESCRIPTION .PP Creates a font family object based on a supplied \fIname\fR. .SH PARAMS \fIname\fR \fB[In]\fR Name of the font. .PP \fIfontCollection\fR \fB[In]\fR What font collection (if any) the font belongs to (may be \fBNULL\fR). .PP \fIFontFamily\fR \fB[Out]\fR Pointer to the resulting \fIFontFamily\fR object. .PP .SH RETURNS .PP \fBSUCCESS:\fR Ok .PP \fBFAILURE:\fR FamilyNotFound if the requested \fIFontFamily\fR does not exist on the system .PP \fBFAILURE:\fR Invalid parameter if \fIFontFamily\fR or \fIname\fR is \fBNULL\fR. .SH NOTES .PP If \fIfontCollection\fR is \fBNULL\fR then the object is not part of any collection .SH IMPLEMENTATION .PP Declared in \fB"gdiplusflat.h"\fR. .PP Implemented in \fB"dlls/gdiplus/font.c"\fR.