Scroll to navigation

GdipGetFamily(3w) Wine API GdipGetFamily(3w)

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".
Implemented in "dlls/gdiplus/font.c".
Oct 2012 Wine API