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.
3/28/2014
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 |