0
我在我的項目中使用arial.ttf。在genymotion模擬器中,在一些移動設備中,我的文本視圖看起來不錯。但在索尼Xperia平板電腦4.1.1我有文字渲染問題。文字看起來很糟糕。我該怎麼辦?Android的字體渲染,我越來越壞視圖
<TextView
android:id="@+id/yazi1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/Ret"
android:textColor="@color/siyah"
android:textColorHint="@color/siyah"
android:textSize="@dimen/font14" />
Typeface tfArial = Typeface.createFromAsset(getAssets(), "arial_tur2.ttf")
截圖http://hizliresim.com/ynJjWk
謝謝蘇哈爾。沒關係。 – 2014-10-20 08:21:54