table of contents
other versions
- wheezy 1.4.1-4
GdipGetEmHeight(3w) | Wine API | 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: InvalidParameterIMPLEMENTATION¶
Declared in "gdiplusflat.h". Implemented in "dlls/gdiplus/font.c".Oct 2012 | Wine API |