ScriptGetLogicalWidths (USP10.@)
HRESULT ScriptGetLogicalWidths ( const SCRIPT_ANALYSIS* sa, int nbchars, int nbglyphs, const int* glyph_width, const WORD* log_clust, const SCRIPT_VISATTR* sva, int* widths )
Convert advance widths to logical widths.
sa | [In] | Script analysis. |
nbchars | [In] | Number of characters. |
nbglyphs | [In] | Number of glyphs. |
glyph_width | [In] | Array of glyph widths. |
log_clust | [In] | Array of logical clusters. |
sva | [In] | Visual attributes. |
widths | [Out] | Array of logical widths. |
Success: S_OK
Failure: a non-zero HRESULT.
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.