SCRIPT_STRING_ANALYSIS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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