ScriptLayout(3w)
NAME
ScriptLayout (USP10.@)
SYNOPSIS
HRESULT ScriptLayout ( int runs, const BYTE* level, int* vistolog, int* logtovis )
DESCRIPTION
Map embedding levels to visual and/or logical order.
PARAMS
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.
RETURNS
Success: S_OK
Failure: Non-zero HRESULT value.
BUGS
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.
IMPLEMENTATION
Defined in "usp10.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/usp10/usp10.c".
- Debug channel "uniscribe".