GetOutlineTextMetricsA (GDI32.@)
UINT GetOutlineTextMetricsA ( HDC hdc, UINT cbData, LPOUTLINETEXTMETRICA lpOTM )
hdc | [In] | Handle of device context. |
cbData | [In] | Size of metric data array. |
lpOTM | [Out] | Address of metric data array. |
Gets metrics for TRUEType fonts.
If the supplied buffer isn't big enough Windows® partially fills it up to its given length and returns that length.
Success: Non-zero or size of required buffer
Failure: 0
Defined in "wingdi.h".
Implemented in "dlls/gdi32/font.c". source.winehq.org/source/dlls/gdi32/font.c
Debug channel "font".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.