Scroll to navigation

GdipGetFontStyle(3w) Wine API GdipGetFontStyle(3w)

NAME

GdipGetFontStyle (GDIPLUS.@)

SYNOPSIS

GpStatus WINGDIPAPI GdipGetFontStyle
(
GpFont* font,
INT* style
)
 

DESCRIPTION

Gets the font's style, returned in bitwise OR of FontStyle enumeration.
 

PARAMS

font [In] font to request from.
style [Out] resulting pointer to a FontStyle enumeration.
 

RETURNS

SUCCESS: Ok
FAILURE: InvalidParameter
 

IMPLEMENTATION

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