我正在开发一个使用印地语字体的应用程序。其中详细显示印地文文字。所以,我在应用程序中设置了印地语字体。在我的应用程序印地文文本显示完美但在右端,印地文文本显示切割。
我使用的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" />
如何用印地语字体显示完整的单词?
任何帮助都将不胜感激。
提前致谢。
答案 0 :(得分:1)
这是Android 4.1.1中的错误,请参阅此链接https://code.google.com/p/android/issues/detail?id=34432