Scroll to navigation

ScriptGetGlyphABCWidth(3w) Wine API 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

Declared in "usp10.h".
Implemented in "dlls/usp10/usp10.c".
Debug channel "uniscribe".
Oct 2012 Wine API