Values of the text-orientation: property.
Public Attributes | |
const int | Mixed =0 |
const int | Upright =1 |
const int | Sideways =1<<1 |
const int | Glyph =1<<2 |
const int Css.TextOrientationMode.Glyph =1<<2 |
const int Css.TextOrientationMode.Mixed =0 |
const int Css.TextOrientationMode.Sideways =1<<1 |
const int Css.TextOrientationMode.Upright =1 |