Questions tagged [vertical-text]

Refers to text that is written from top to bottom (or bottom to top). This is usually done by rotating or stacking. The purpose could be for UI design or for the natural text direction of some East Asian languages. Please use the [tag:vertical-alignment] tag for text being aligned in separate UI elements.

Vertical text is read from top to bottom or bottom to top. Since most operating systems and programming environments assume a horizontal text direction, this is usually accomplished by either rotating the text 90 degrees or by stacking characters on top of each other.

Purpose

1. For UI design

Oftentimes a side label on the right or left would be too wide if written horizontally. Writing it vertically gives a more pleasing visual effect.

2. For natural text direction

Certain East Asian languages such as Japanese, Chinese, and Mongolian are traditionally written vertically. Although Japanese and Chinese are usually written horizontally today, they are on occasion still written vertically. The traditional Mongolian script (not Cyrillic Mongolian) is still in common usage in Inner Mongolia and is only written vertically for its natural text direction.

Tag Usage

Use this tag for programming questions related to rotating text strings and UI elements or stacking characters in a column. For vertically aligning separate text strings and UI elements, please use the tag.

Related Tags

111 questions
-1
votes
1 answer

Is there a way to just rotate text vertically? Without rotating the whole cell?

I'm trying to do it using this: .VerticalText { transform: rotate(-90deg); } but it's rotating the text and cell. How do I just rotate the text vertically inside the cell?
Emma S
  • 3
  • 5
-1
votes
5 answers

How to properly center vertical text

For the whole day, I have read pretty much all I can on the subject of vertical text and for the life of me I cannot find a solution to what I believe should be ridiculously easy to do. I have a header. In it, there are three items that must line up…
Eric
  • 97
  • 1
  • 9
-1
votes
1 answer

AS3: Dynamic vertical textField?

In the Flash IDE, I'm able to make a vertical textField by clicking a little button that says "change orientation of text" and setting it to vertical. That only works for static text though. If you change it to dynamic or input, the button becomes…
BladePoint
  • 632
  • 5
  • 16
-1
votes
1 answer

Displaying Content Text of a Cell Vertically in GridView

I have a GridView and want to display content text of cells vertically in it. I want it to be just like vertical headers as mentioned in here. For clarity, I want to emphasise that I want to implement this to cells in records, not header…
Ahmet Egesel
  • 27
  • 1
  • 7
-2
votes
2 answers

Vertical Text Html

How can i make a text with html like in the screenshot below. I just need a simple text but it should be vertically. screenshot
Mert
  • 1
  • 1
-2
votes
2 answers

How to create a menu with vertical and 90 degree rotated text for each item?

I would like to make this menu, with vertical and 90 degree rotated text in each one of the fields. How can I do this? http://s6.picofile.com/file/8241625534/Untitled_5.jpg Please help me.
Sadaf
  • 1
  • 1
1 2 3 4 5 6 7
8