Click or drag to resize
CanvasGlyphShaping Structure
Contains shaping properties for a glyph.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct CanvasGlyphShaping

The CanvasGlyphShaping type exposes the following members.

Fields
  NameDescription
Public fieldIsClusterStart
Indicates that the glyph is the start of a cluster.
Public fieldIsDiacritic
Indicates that the glyph is a diacritic mark.
Public fieldIsZeroWidthSpace
Indicates that the glyph is a word boundary with no visible space.
Public fieldJustification
Identifies which type of justification a glyph uses.
Top
See Also