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
Defined in "gdiplusflat.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdiplus/font.c".