mongolian-vertical-script Questions
8
I am making a vertical EditText for traditional Mongolian. I have successfully implemented it by embedding a slightly modified EditText inside of a rotated ViewGroup. I need to create a completely ...
Matthaus asked 16/1, 2017 at 9:33
6
Solved
The TextDirection docs say:
Flutter is designed to address the needs of applications written in
any of the world's currently-used languages, whether they use a
right-to-left or left-to-right w...
Nodose asked 27/6, 2019 at 1:30
4
Solved
I have set up a UITextView and a UILabel to use a custom font. (It is a vertically mirrored Mongolian font, but I also included English text so that you can see the effect.) The words display in th...
Sigismund asked 24/6, 2015 at 6:9
2
Solved
If you are not interested in the details of Mongolian but just want a quick answer about using and converting Unicode values in Swift, then skip down to the first part of the accepted answer.
Ba...
Raskin asked 7/7, 2015 at 15:11
2
Solved
Background and description of the problem
I made a vertical text view to be used with Mongolian. It is a custom text view that is made of three layers of views: a child UITextView, a container vie...
Korry asked 14/5, 2016 at 10:4
5
Solved
TL;DR
My programmatically created table view cells are not resizing according to the intrinsic content height of their custom views, even though I am using UITableViewAutomaticDimension and settin...
Nole asked 11/4, 2016 at 10:29
1
Background
In order to make a text view that scrolls horizontally for vertical Mongolian script, I made a custom UIView subclass. The class takes a UITextView, puts it in a UIView, rotates and fli...
Tinsel asked 7/12, 2015 at 13:21
1
Background
I'm new to iOS development, but in order start making even the most rudimentary apps using the vertical Mongolian script, I need to have a vertical UITextView. I haven't found any other...
Interlocution asked 3/6, 2015 at 12:36
1
Solved
How do you make a horizontally scrolling ListView for vertical Mongolian script in Android apps?
Background
Android has fairly good support for many of the world's languages, even RTL languages l...
Housefly asked 20/4, 2015 at 15:20
1
Solved
How do you make vertical (with left-to-right line wrapping) Mongolian script TextViews for Android apps?
Background
Android has fairly good support for many of the world's languages, even RTL lan...
Automobile asked 20/4, 2015 at 5:10
5
Solved
What I want to do
I want to make a rotated and flipped EditText view that has all of the properties of a normal EditText view.
My problem
I have successfully made (with much help from SO users) ...
Kedge asked 30/7, 2014 at 12:26
2
If you came to this question based on the title but are not interested in Mongolian, you might be looking for this Q&A instead:
Swift: How can you rotate text for UIButton and UILabel?
I'...
Refuge asked 16/2, 2015 at 15:24
2
What I would like
I would like to put an OpenType font in my assets folder and use Typeface.createFromAsset to render Unicode text in my Android application for a language that uses complex text l...
Affinal asked 18/12, 2014 at 4:26
1
© 2022 - 2024 — McMap. All rights reserved.