glyph-orientation-vertical
Applies to | ? |
---|
Remarks
This property is applied only to text written in a horizontal writingMode.
The glyph orientation affects the amount that the current text position advances as each glyph is rendered. When the inline-progression-direction is vertical and the glyphOrientationVertical property results in an orientation angle that is a multiple of 180 degrees, the current text position is incremented according to the vertical metrics of the glyph. Otherwise, if the glyphOrientationVertical property results in an orientation angle that is not a multiple of 180 degrees, the current text position is incremented according to the horizontal metrics of the glyph.
Syntax
glyph-orientation-vertical: auto | angle | inherit
Standards information
- Scalable Vector Graphics: Text, Section 10.7.2
See also
Related pages
- CSSStyleDeclaration
- currentStyle
- style
- SVGTSpanElement
- SVGTextPathElement
- SVGTextElement
- glyphOrientationHorizontal
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]