Platform SDK: International Features

SCRIPT_STRING_ANALYSIS

SCRIPT_STRING_ANALYSIS is an opaque structure containing some or all of the character attributes, glyphs, advance widths, x- and y-positions, character-to-glyph mappings, and so forth, for a string.

typedef void *SCRIPT_STRING_ANALYSIS; 

Remarks

It is allocated dynamically and returned by ScriptStringAnalyse, and is a required parameter to all other ScriptString functions.

It is important to call ScriptStringFree as soon as you have finished with the string, since the analysis can be large.

Requirements

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

See Also

Uniscribe Overview, Uniscribe Structures, ScriptStringAnalyse, ScriptStringFree