随机设备上的字体不同

时间:2016-10-24 14:25:26

标签: android fonts

我在我的应用中使用 Montserrat-Bold.otf 字体,这是泰语。有些设备部分可见字符。我的意思是一些角色的顶部不可见(如切割)。见图片。

Normal View Example of non normal view

也是Java代码

@Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        ((TextView) findViewById(R.id.tv)).setTypeface(Typeface.createFromAsset(getAssets(),
                "Montserrat-Bold.otf"));
    }

和XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/activity_main"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    tools:context="com.example.hayk.temp.MainActivity">

    <TextView
        android:id="@+id/tv"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="รายการนี้ถูกแลกแล้ว"
        android:layout_centerInParent="true"
        android:textSize="30sp"/>
</RelativeLayout>

P.S。我想提一下,当我打开带有相同字体的泰语单词的网页时,我没有这种问题。

1 个答案:

答案 0 :(得分:0)

Android不支持OpenType(.otf)。

使用TrueType(.ttf)字体。

显然现在某些设备支持OpenType。但它最初并不支持,所以你会想要使用任何字体更好的方法是使用.ttf