Scroll to navigation

GetCharABCWidthsFloatA(3w) Wine API GetCharABCWidthsFloatA(3w)

NAME

GetCharABCWidthsFloatA (GDI32.@)

SYNOPSIS

BOOL GetCharABCWidthsFloatA
(
HDC hdc,
UINT first,
UINT last,
LPABCFLOAT abcf
)
 

DESCRIPTION

See GetCharABCWidthsFloatW(3w).
 

IMPLEMENTATION

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