-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to make digits orientation to vertical ? #3
Comments
What do you mean by "not perform well"? Is it slow? Does it make other characters rotate wrong? What is the specific problem? Did you add an I've also thought about rotating digits in the past, but I didn't know what was standard. For example, single digit like 1 or 8 would be good if they were rotated. But what about 2 digit numbers like 10 or 43? Or longer numbers like phone numbers or years? What is the general expected behavior? |
Thank you. That is clear. Somehow the view size is not getting measured correctly. I'll look into when I have some time. If you find the problem first, let me know. I'm guessing that it would be a relatively simple fix to make all numbers rotated. If you only want to rotate single digits but not multi digits, that may be more difficult. |
OK,thanks for your patient reply. |
I‘v changed digits “isRotated = true" in MongolTextLine.java,the numbers became vertical but not perform
well. How to make digit's orientation to vertical and performs well ?
The text was updated successfully, but these errors were encountered: