Table of Contents

Struct ShapingGlyphProperties

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll

Contains shaping output properties for an output glyph.

public struct ShapingGlyphProperties
Inherited Members

Properties

IsClusterStart

Indicates that the glyph is the start of a cluster.

public bool IsClusterStart { get; set; }

Property Value

bool

IsDiacritic

Indicates that the glyph is a diacritic mark.

public bool IsDiacritic { get; set; }

Property Value

bool

IsZeroWidthSpace

Indicates that the glyph is a word boundary with no visible space.

public bool IsZeroWidthSpace { get; set; }

Property Value

bool

Justification

Indicates that the glyph has justification applied.

public ScriptJustify Justification { get; set; }

Property Value

ScriptJustify