Share via


SCRIPT_STRING_ANALYSIS (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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

Header usp10.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

ScriptStringAnalyse
ScriptStringFree

Other Resources

Uniscribe Structures