GetOutlineTextMetricsA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/font.c".

Debug channel "font".