GetOutlineTextMetrics16 (GDI.308)
UINT16 GetOutlineTextMetrics16 ( HDC16 hdc, UINT16 cbData, LPOUTLINETEXTMETRIC16 lpOTM )
Gets metrics for TRUEType fonts.
hdc | [In] | Handle of device context. |
cbData | [In] | Size of metric data array. |
lpOTM | [Out] | Address of metric data array. |
Success: Non-zero or size of required buffer
Failure: 0.
lpOTM should be LPOUTLINETEXTMETRIC
Declared in "include/wine/gdi_driver.h". gitlab.winehq.org/wine/wine/blob/master/include/wine/gdi_driver.h
Implemented in "dlls/gdi.exe16/gdi.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdi.exe16/gdi.c
Debug channel "gdi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.