NAME

GdipGetFamily  (GDIPLUS.@)

SYNOPSIS

 GpStatus WINGDIPAPI  GdipGetFamily
 (
  GpFont*        font,
  GpFontFamily** family
 )

DESCRIPTION

Returns the FontFamily for the specified Font.

PARAMS

font [In] Font to request from.
family [Out] Resulting FontFamily object.

RETURNS

SUCCESS: Ok

FAILURE: An element of GpStatus

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.