Table of Contents

Struct ScriptAnalysis

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll

Stores the association of text and its writing system script, as well as some display attributes.

public struct ScriptAnalysis
Inherited Members

Fields

Script

The zero-based index representation of writing system script.

public short Script

Field Value

short

Shapes

A value that indicates additional shaping requirement of text.

public ScriptShapes Shapes

Field Value

ScriptShapes