Platform SDK: International Features |
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;
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.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Usp10.h.
Uniscribe Overview, Uniscribe Structures, ScriptStringAnalyse, ScriptStringFree