[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DirectWrite.ShapingGlyphProperties

Struct ShapingGlyphProperties

Namespace
GrapeCity.Documents.DX.DirectWrite
Assembly
GcDocs.DX.Windows.dll

DWRITE_SHAPING_GLYPH_PROPERTIES

public struct ShapingGlyphProperties
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Properties

IsClusterStart

unsigned short isClusterStart

public bool IsClusterStart { get; set; }

Property Value

bool

IsDiacritic

unsigned short isDiacritic

public bool IsDiacritic { get; set; }

Property Value

bool

IsZeroWidthSpace

unsigned short isZeroWidthSpace

public bool IsZeroWidthSpace { get; set; }

Property Value

bool

Justification

Indicates that the glyph has justification applied.

public ScriptJustify Justification { get; set; }

Property Value

ScriptJustify

Reserved

unsigned short reserved

public short Reserved { get; set; }

Property Value

short