GetOutlineTextMetrics16(3w)
NAME
GetOutlineTextMetrics16 (GDI.308)
SYNOPSIS
UINT16 GetOutlineTextMetrics16 ( HDC16 hdc, UINT16 cbData, LPOUTLINETEXTMETRIC16 lpOTM )
DESCRIPTION
Gets metrics for TRUEType fonts.
PARAMS
hdc [In] Handle of device context.
cbData [In] Size of metric data array.
lpOTM [Out] Address of metric data array.
RETURNS
Success: Non-zero or size of required buffer
Failure: 0.
NOTES
lpOTM should be LPOUTLINETEXTMETRIC
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/gdi16.c".
- Debug channel "gdi".