Click or drag to resize
CanvasAnalyzedGlyphOrientation Structure
Describes orientation information for a span of text.

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

The CanvasAnalyzedGlyphOrientation type exposes the following members.

Fields
  NameDescription
Public fieldAdjustedBidiLevel
The adjusted bi-directional text level to be used by custom layouts when reordering runs.
Public fieldGlyphOrientation
Indicates the angle at which a glyph should appear.
Public fieldIsRightToLeft
Indicates that the script is shaped right-to-left.
Public fieldIsSideways
Whether glyphs are rotated on their side.
Top
See Also