ScriptGetCMap (USP10.@)
HRESULT ScriptGetCMap ( HDC hdc, SCRIPT_CACHE* psc, const WCHAR* pwcInChars, int cChars, DWORD dwFlags, WORD* pwOutGlyphs )
Retrieve glyph indices.
hdc | [In] | Device context. |
psc | [In/Out] | Opaque pointer to a script cache. |
pwcInChars | [In] | Array of Unicode characters. |
cChars | [In] | Number of characters in pwcInChars. |
dwFlags | [In] | Flags. |
pwOutGlyphs | [Out] | Buffer to receive the array of glyph indices. |
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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.