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® 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/gdi/font.c". source.winehq.org/source/dlls/gdi/font.c

Debug channel "font".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.