I want to write text vertical, but not to rotate it – example:
H
e
l
l
o
Could be this done in some specific way in android or I should add a new line after each and every letter of the word?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are only writing a few things have each letter on its own line may be easier. You can use
/nafter every character to have each letter move to a different line. I am unfamiliar with a way to do ith without rotation unless you make a vertical textview that can only fit one letter per line(width = very small)This old SO post may give you some more insight if you are intereted in doing it this way. (It does involve rotation)
Write Vertical on Canvas
This tutorial was linked to on the above SO post
Tutorial