Table of Contents

Enum GlyphOrientationAngle

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll

The GlyphOrientationAngle enumeration contains values that specify how the glyph is oriented to the x-axis.

public enum GlyphOrientationAngle

Fields

Degrees0 = 0

Glyph orientation is upright.

Degrees180 = 2

Glyph orientation is upside-down.

Degrees270 = 3

Glyph orientation is rotated 270 degrees clockwise.

Degrees90 = 1

Glyph orientation is rotated 90 degrees clockwise.

Remarks

The text analyzer outputs GlyphOrientationAngle values. The value that it outputs depends on the desired orientation, bidi level, and character properties.