Scroll to navigation

GetCharABCWidthsA(3w) Wine API GetCharABCWidthsA(3w)

NAME

GetCharABCWidthsA (GDI32.@)

SYNOPSIS

BOOL GetCharABCWidthsA
(
HDC hdc,
UINT firstChar,
UINT lastChar,
LPABC abc
)
 

DESCRIPTION

See GetCharABCWidthsW(3w).
 

IMPLEMENTATION

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