GdipGetLineSpacing (GDIPLUS.@)
GpStatus WINGDIPAPI GdipGetLineSpacing ( GDIPCONST GpFontFamily* family, INT style, UINT16* LineSpacing )
Returns the line spacing in design units.
family | [In] | Family to retrieve from. |
style | [In] | (Optional) font style. |
LineSpacing | [Out] | Return value. |
SUCCESS: Ok
FAILURE: InvalidParameter (family or LineSpacing was NULL)
Declared in "include/gdiplusflat.h". gitlab.winehq.org/wine/wine/blob/master/include/gdiplusflat.h
Implemented in "dlls/gdiplus/font.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdiplus/font.c
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.