NAME

ExtTextOutA  (GDI32.@)

SYNOPSIS

 BOOL ExtTextOutA
 (
  HDC         hdc,
  INT         x,
  INT         y,
  UINT        flags,
  const RECT* lprect,
  LPCSTR      str,
  UINT        count,
  const INT*  lpDx
 )

DESCRIPTION

See ExtTextOutW.

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/font.c". source.winehq.org/source/dlls/gdi32/font.c

Debug channel "font".


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