SCRIPT_STRING_ANALYSIS

Defines 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

This is an opaque structure that is allocated dynamically and retrieved by ScriptStringAnalyse. It is required for all other ScriptString* functions, as well.

Since the analysis can be large, it is important for your application to call ScriptStringFree as soon as it has finished with the string.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Redistributable
Internet Explorer 5 or later onWindows Me/98/95
Header
Usp10.h

See also

Uniscribe

Uniscribe Structures

ScriptStringAnalyse

ScriptStringFree