.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GdipGetLineSpacing 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGdipGetLineSpacing\fR (GDIPLUS.@) .SH SYNOPSIS GpStatus WINGDIPAPI GdipGetLineSpacing ( GDIPCONST GpFontFamily* \fIfamily\fR, INT \fIstyle\fR, UINT16* \fILineSpacing\fR ) .SH DESCRIPTION .PP Returns the line spacing in design units. .SH PARAMS \fIfamily\fR \fB[In]\fR Family to retrieve from. .PP \fIstyle\fR \fB[In]\fR (Optional) font \fIstyle\fR. .PP \fILineSpacing\fR \fB[Out]\fR Return value. .PP .SH RETURNS .PP \fBSUCCESS:\fR Ok .PP \fBFAILURE:\fR InvalidParameter (\fIfamily\fR or \fILineSpacing\fR was \fBNULL\fR) .SH IMPLEMENTATION .PP Declared in \fB"gdiplusflat.h"\fR. .PP Implemented in \fB"dlls/gdiplus/font.c"\fR.