DWRITE_SCRIPT_ANALYSIS structure (dwrite.h)
Stores the association of text and its writing system script, as well as some display attributes.
Syntax
struct DWRITE_SCRIPT_ANALYSIS {
UINT16 script;
DWRITE_SCRIPT_SHAPES shapes;
};
Members
script
Type: UINT16
The zero-based index representation of writing system script.
shapes
Type: DWRITE_SCRIPT_SHAPES
A value that indicates additional shaping requirement of text.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Header | dwrite.h |