Android : 如何修复 android 4.1.1 版本中的印地文文本剪切?

Android : How to fix hindi text cut in android 4.1.1 version?

我正在开发一个使用印地语字体的应用程序。其中详细显示印地语文本。所以,我在 application.In 我的应用程序中设置了印地语字体 印地语文本显示完美,但在右端,印地语文本显示被剪切。

我正在使用的 TextView 配置:

     <TextView
                android:id="@+id/textview"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginBottom="5dp"
                android:layout_marginLeft="10dp"
                android:layout_marginRight="10dp"
                android:layout_marginTop="5dp"
                android:text="Small Text"
               android:textAppearance="?android:attr/textAppearanceSmall"
                android:textSize="18dp" />

如何使用印地语字体显示完整的单词?

如有任何帮助,我们将不胜感激。

提前致谢。

这是 Android 4.1.1 中的错误 link https://code.google.com/p/android/issues/detail?id=34432