GdipGetEmHeight(3w)
NAME
GdipGetEmHeight (GDIPLUS.@)
SYNOPSIS
GpStatus WINGDIPAPI GdipGetEmHeight ( GDIPCONST GpFontFamily* family, INT style, UINT16* EmHeight )
DESCRIPTION
Gets the height of the specified family in EmHeights.
PARAMS
family [In] Family to retrieve from.
style [In] (optional) style.
EmHeight [Out] return value.
RETURNS
SUCCESS: Ok
FAILURE: InvalidParameter
IMPLEMENTATION
Defined in "gdiplusflat.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdiplus/font.c".