1

我想用马拉地语而不是英语提供输入。我已经在马拉地语中设置了 TextView。在android中是否可以用马拉地语输入?如果是,那么请告诉我如何在android中做到这一点。先感谢您。

4

2 回答 2

1
final Typeface customF = Typeface.createFromAsset(this.getAsset(), "urTTF.ttf");
final TextView textV = (TextView) findViewById(...);
textView.setTypeface(customF);
于 2013-07-31T07:22:34.330 回答
0

下载马拉地语字体并点击此链接...希望这会对您有所帮助.. 在 Android 模拟器上安装孟加拉语字体

于 2013-07-31T07:26:48.440 回答