Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Other versions of this page are also available for the following:
.gif)
.gif)
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 |