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 "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.