GdipCreateFontFamilyFromName (GDIPLUS.@)
GpStatus WINGDIPAPI GdipCreateFontFamilyFromName ( GDIPCONST WCHAR* name, GpFontCollection* collection, GpFontFamily** family )
Creates a font family object based on a supplied name.
name | [In] | Name of the font. |
fontCollection | [In] | What font collection (if any) the font belongs to (may be NULL). |
FontFamily | [Out] | Pointer to the resulting FontFamily object. |
SUCCESS: Ok
FAILURE: FamilyNotFound if the requested FontFamily does not exist on the system
FAILURE: Invalid parameter if FontFamily or name is NULL.
If fontCollection is NULL then the object is not part of any collection
Declared in "include/gdiplusflat.h". gitlab.winehq.org/wine/wine/blob/master/include/gdiplusflat.h
Implemented in "dlls/gdiplus/font.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdiplus/font.c
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.