Scroll to navigation

GdipGetLineSpacing(3w) Wine API GdipGetLineSpacing(3w)

NAME

GdipGetLineSpacing (GDIPLUS.@)

SYNOPSIS

GpStatus WINGDIPAPI GdipGetLineSpacing
(
GDIPCONST GpFontFamily* family,
INT style,
UINT16* LineSpacing
)
 

DESCRIPTION

Returns the line spacing in design units.
 

PARAMS

family [In] Family to retrieve from.
style [In] (Optional) font style.
LineSpacing [Out] Return value.
 

RETURNS

SUCCESS: Ok
FAILURE: InvalidParameter (family or LineSpacing was NULL)
 

IMPLEMENTATION

Declared in "gdiplusflat.h".
Implemented in "dlls/gdiplus/font.c".
Oct 2012 Wine API