Scroll to navigation

GetCharacterPlacementA(3w) Wine API GetCharacterPlacementA(3w)

NAME

GetCharacterPlacementA (GDI32.@)

SYNOPSIS

DWORD GetCharacterPlacementA
(
HDC hdc,
LPCSTR lpString,
INT uCount,
INT nMaxExtent,
GCP_RESULTSA* lpResults,
DWORD dwFlags
)
 

DESCRIPTION

See GetCharacterPlacementW(3w).
NOTES: the web browser control of ie4 calls this with dwFlags=0
 

IMPLEMENTATION

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