【发布时间】:2013-04-04 08:20:06
【问题描述】:
我正在尝试在我的应用程序中显示泰卢固语字体。 代码
Typeface Telugu;
Telugu = Typeface.createFromAsset(getAssets(),"fonts/withG.ttf");
TextView tt = (TextView)findViewById(R.id.label);
tt.setTypeface(Telugu);
tt.setText("Some telugu text");
这在 Android 4.2 中运行良好。但是在 Android 2.2 中运行应用程序时,连词不能正确呈现。
有人知道该怎么做吗?
【问题讨论】:
标签: java android localization rendering