DWRITE_SCRIPT_SHAPES enumeration (dwrite.h)

Indicates additional shaping requirements for text.

Syntax

typedef enum DWRITE_SCRIPT_SHAPES {
  DWRITE_SCRIPT_SHAPES_DEFAULT = 0,
  DWRITE_SCRIPT_SHAPES_NO_VISUAL = 1
} ;

Constants

 
DWRITE_SCRIPT_SHAPES_DEFAULT
Value: 0
Indicates that there is no additional shaping requirements for text. Text is shaped with the writing system default behavior.
DWRITE_SCRIPT_SHAPES_NO_VISUAL
Value: 1
Indicates that text should leave no visible control or format control characters.

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