ScriptLayout.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "uniscribe".