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 "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.