ScriptGetGlyphABCWidth(3w)
NAME
ScriptGetGlyphABCWidth (USP10.@)
SYNOPSIS
HRESULT ScriptGetGlyphABCWidth ( HDC hdc, SCRIPT_CACHE* psc, WORD glyph, ABC* abc )
DESCRIPTION
Retrieve the width of a glyph.
PARAMS
hdc [In] Device context.
psc [In/Out] Opaque pointer to a script cache.
glyph [In] Glyph to retrieve the width for.
abc [Out] ABC widths of the glyph.
RETURNS
Success: S_OK
Failure: Non-zero HRESULT value.
IMPLEMENTATION
Defined in "usp10.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/usp10/usp10.c".
- Debug channel "uniscribe".