.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GdipGetFontStyle 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGdipGetFontStyle\fR (GDIPLUS.@) .SH SYNOPSIS GpStatus WINGDIPAPI GdipGetFontStyle ( GpFont* \fIfont\fR, INT* \fIstyle\fR ) .SH DESCRIPTION .PP Gets the font's \fIstyle\fR, returned in bitwise \fBOR\fR of FontStyle enumeration. .SH PARAMS \fIfont\fR \fB[In]\fR \fIfont\fR to request from. .PP \fIstyle\fR \fB[Out]\fR resulting pointer to a FontStyle enumeration. .PP .SH RETURNS .PP \fBSUCCESS:\fR Ok .PP \fBFAILURE:\fR InvalidParameter .SH IMPLEMENTATION .PP Declared in \fB"gdiplusflat.h"\fR. .PP Implemented in \fB"dlls/gdiplus/font.c"\fR.