Does anyone know how to make a button that reads "Button" horizontal read vertical.
ex.
Button --Horizontal
B
U
T
T
O
N --Vertical
Forum topic · Scripts Wanted
By JokerMartini · 2010-08-16
Does anyone know how to make a button that reads "Button" horizontal read vertical.
ex.
Button --Horizontal
B
U
T
T
O
N --Vertical
Graph · 2010-08-31
did you try:
button testbtn "b\nu\nt\nt\no\n" width:21 height:(6*21)
?
JokerMartini · 2010-08-31
No unfortunately that does not work either. That was one of the first things I tried to do.
Nysuatro · 2010-08-28
You can make a button and put multiple labels on top of the button to construct the title of the button.
Greetz