ScriptGetGlyphABCWidth (USP10.@)
HRESULT ScriptGetGlyphABCWidth ( HDC hdc, SCRIPT_CACHE* psc, WORD glyph, ABC* abc )
Retrieve the width of a glyph.
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. |
Success: S_OK
Failure: Non-zero HRESULT value.
Defined in "usp10.h".
Implemented in "dlls/usp10/usp10.c". source.winehq.org/source/dlls/usp10/usp10.c
Debug channel "uniscribe".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.