NAME

GdipGetFamilyName  (GDIPLUS.@)

SYNOPSIS

 GpStatus WINGDIPAPI  GdipGetFamilyName
 (
  GDIPCONST GpFontFamily* family,
  WCHAR*                  name,
  LANGID                  language
 )

DESCRIPTION

Returns the family name into name.

PARAMS

*family [In] Family to retrieve from.
*name [Out] WCHARS of the family name.
LANGID [In] charset.

RETURNS

SUCCESS: Ok

FAILURE: InvalidParameter if family is NULL.

NOTES

If name is NULL, XP and Vista crash but not Windows® 7+

IMPLEMENTATION

Declared in "gdiplusflat.h". https://source.winehq.org/source/include/gdiplusflat.h

Implemented in "dlls/gdiplus/font.c". https://source.winehq.org/source/dlls/gdiplus/font.c


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.