CanvasVerticalGlyphOrientation Enumeration |
Specifies the orientation of glyphs when a vertical reading direction is used.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public enum CanvasVerticalGlyphOrientation
Members
| Member name | Value | Description |
---|
| Default | 0 |
With this default option and vertical layout, naturally horizontal scripts, such as Latin script,
rotate 90 degrees clockwise, while ideographic scripts, such as Chinese, remain upright.
|
| Stacked | 1 |
With this option and vertical layout, ideographic scripts that permit stacking, such as Latin script,
appear stacked, and are not rotated. Connected scripts, such as Arabic, which would otherwise
look broken if glyphs were kept at 0 degrees, remain connected and rotate.
|
Remarks By default, some naturally horizontal scripts may be rotated if they're drawn using a vertical text direction.
See Also