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
IsDiacritic
Indicates that the glyph is a diacritic mark.
public bool IsDiacritic { get; set; }
Property Value
IsZeroWidthSpace
Indicates that the glyph is a word boundary with no visible space.
public bool IsZeroWidthSpace { get; set; }
Property Value
Justification
Indicates that the glyph has justification applied.
public ScriptJustify Justification { get; set; }