GdipGetFontSize (GDIPLUS.@)
GpStatus WINGDIPAPI GdipGetFontSize ( GpFont* font, REAL* size )
Returns the size of the font in Units.
*font | [In] | The font to retrieve size from. |
*size | [Out] | Pointer to hold retrieved value. |
SUCCESS: Ok
FAILURE: InvalidParameter (font or size was NULL).
Size returned is actually emSize -- not internal size used for drawing.
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.