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: InvalidParamter (font or size was NULL).
Size returned is actually emSize -- not internal size used for drawing.
Defined in "gdiplusflat.h".
Implemented in "dlls/gdiplus/font.c". source.winehq.org/source/dlls/gdiplus/font.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.