ScriptLayout (USP10.@)
HRESULT ScriptLayout ( int runs, const BYTE* level, int* vistolog, int* logtovis )
Map embedding levels to visual and/or logical order.
runs | [In] | Size of level array. |
level | [In] | Array of embedding levels. |
vistolog | [Out] | Map of embedding levels from visual to logical order. |
logtovis | [Out] | Map of embedding levels from logical to visual order. |
Success: S_OK
Failure: Non-zero HRESULT value.
This stub works correctly for any sequence of a single embedding level but not for sequences of different embedding levels, i.e. mixtures of RTL and LTR scripts.
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 Nov 2008.