GetOutlineTextMetrics16 (GDI.308)
UINT16 GetOutlineTextMetrics16 ( HDC16 hdc, UINT16 cbData, LPOUTLINETEXTMETRIC16 lpOTM )
hdc | [In] | Handle of device context. |
cbData | [In] | Size of metric data array. |
lpOTM | [Out] | Address of metric data array. |
GetOutlineTextMetrics [GDI.308] Gets metrics for TRUEType fonts.
lpOTM should be LPOUTLINETEXTMETRIC.
Success: Non-zero or size of required buffer
Failure: 0
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/gdi/font.c". source.winehq.org/source/dlls/gdi/font.c
Debug channel "font".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.