SCRIPT_STRING_ANALYSIS (Windows CE 5.0)

Send Feedback

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

typedef void *SCRIPT_STRING_ANALYSIS; 

Remarks

This structure is allocated dynamically and returned by ScriptStringAnalyse, and is a required parameter to all other ScriptStringXXX functions.

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

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Usp10.h.

See Also

ScriptStringAnalyse | ScriptStringFree

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.