Platform SDK: International Features

SCRIPT_ITEM

The SCRIPT_ITEM structure includes a SCRIPT_ANALYSIS with the string offset of the first character of the item.

typedef struct tag_SCRIPT_ITEM { 
  int iCharPos; 
  SCRIPT_ANALYSIS a; 
} SCRIPT_ITEM;

Members

iCharPos
Specifies the offset from the beginning of the itemized string to the first character of this item, counted in Unicode code points, that is, in words.
a
Specifies a SCRIPT_ANALYSIS structure containing analysis specific to this item.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Usp10.h.

See Also

Uniscribe Overview, Uniscribe Structures, ScriptItemize, SCRIPT_ANALYSIS