GdipGetFamilyName (GDIPLUS.@)
GdipGetFamilyName ( 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 a NULL ptr, then both XP and Vista will crash (so we do as well)
Defined in "gdiplusflat.h".
Implemented in "dlls/gdiplus/font.c". source.winehq.org/source/dlls/gdiplus/font.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.