Scroll to navigation

GetOutlineTextMetricsA(3w) Wine API 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

Declared in "wingdi.h".
Implemented in "dlls/gdi32/font.c".
Debug channel "font".
Oct 2012 Wine API