Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display text in top-down languages (Japanese, Chinese, etc.) on iOS and Android?

How to display text in top-down languages (Japanese, Chinese, etc.) on iOS and Android?

For iOS, I've found this: https://github.com/novi/LTCoreText ... Any other alternative for iOS?

For Android, I cannot find any library/framework. Does anyone know?

like image 994
ikevin8me Avatar asked Dec 05 '25 04:12

ikevin8me


1 Answers

You may use a custom view to draw text on it vertically, just like below screenshot, these are traditional Mongolian script.

public class DrawTextView extends View {

    @Override
    protected void onDraw(Canvas canvas) {

    .....
    }
}

enter image description here

like image 200
Zephyr Avatar answered Dec 09 '25 01:12

Zephyr



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!