[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextOrientation

SvgTextOrientation Enum

Specifies the orientation of text in vertical typographic modes.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgTextOrientation
Public Enum SvgTextOrientation

Fields

Name Description
Mixed

In vertical writing modes, typographic character units from horizontal-only scripts are typeset sideways, i.e. 90° clockwise from their standard orientation in horizontal text. Typographic character units from vertical scripts are typeset with their intrinsic orientation.

Sideways

In vertical writing modes, this causes all text to be typeset sideways, as if in a horizontal layout, but rotated 90° clockwise.

Upright

In vertical writing modes, typographic character units from horizontal-only scripts are typeset upright, i.e. in their standard horizontal orientation. Typographic character units from vertical scripts are typeset with their intrinsic orientation and shaped normally.