GetOutlineTextMetricsA(3w)
NAME
GetOutlineTextMetricsA (GDI32.@)
SYNOPSIS
UINT GetOutlineTextMetricsA ( HDC hdc, UINT cbData, LPOUTLINETEXTMETRICA lpOTM )
PARAMS
hdc [In] Handle of device context.
cbData [In] Size of metric data array.
lpOTM [Out] Address of metric data array.
DESCRIPTION
Gets metrics for TRUEType fonts.
NOTES
If the supplied buffer isn't big enough Windows(tm) partially fills it
up to its given length and returns that length.
RETURNS
Success: Non-zero or size of required buffer
Failure: 0
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/font.c".
- Debug channel "font".