GdipGetFamilyName (GDIPLUS.@)
GpStatus WINGDIPAPI GdipGetFamilyName ( GDIPCONST GpFontFamily* family, WCHAR* name, LANGID language )
Returns the family name into name.
*family | [In] | Family to retrieve from. |
*name | [Out] | WCHARS of the family name. |
LANGID | [In] | charset. |
SUCCESS: Ok
FAILURE: InvalidParameter if family is NULL.
If name is NULL, XP and Vista crash but not Windows® 7+
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.