DWRITE_SCRIPT_SHAPES enumeration
Indicates additional shaping requirements for text.
Syntax
enum DWRITE_SCRIPT_SHAPES {
DWRITE_SCRIPT_SHAPES_DEFAULT = 0,
DWRITE_SCRIPT_SHAPES_NO_VISUAL = 1
};
Constants
- DWRITE_SCRIPT_SHAPES_DEFAULT
-
Indicates that there is no additional shaping requirements for text. Text is shaped with the writing system default behavior.
- DWRITE_SCRIPT_SHAPES_NO_VISUAL
-
Indicates that text should leave no visible control or format control characters.
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 |
|