DWRITE_SCRIPT_ANALYSIS structure
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
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
See also