0

我们查看了 stackoverflow 上的各种线程,因此请了解某些字体在较低 android 版本上的限制。

有没有办法确定特定设备是否有可用的 unicode 字体(例如印地语、中文等)?

如果我们知道哪些字体可用,那么我们将仅在这些手机上显示 unicode 支持。

所以我们想要实现的是类似 isUnicodeAvailable(fontname/FontType) 这样的方法

设置页面

Some Method (){

    if ( **isUnicodeAvailable(FontName)** ) {
           //Show text with unicode
    }else{
          //Show normal text
    }

}
4

0 回答 0