gpt4 book ai didi

android - 将特定字体设置为独立于设备的 TextView

转载 作者:行者123 更新时间:2023-11-29 21:23:16 26 4
gpt4 key购买 nike

我想为 textView 设置自定义字体,但字体应该独立于设备设置。因为我使用了下面的代码:

 TextView tv=(TextView)findViewById(R.id.custom); 
Typeface face=Typeface.createFromAsset(getAssets(), "fonts/HandmadeTypewriter.ttf");
tv.setTypeface(face);

但字体仍然是我的 samsung galaxy s3 上设置的字体。我想设置独立于设备字体设置的自定义字体。

我已经通过以下链接进行了尝试,但没有成功。

Link 1

Link 2

请帮忙。

最佳答案

只需清理项目即可。

关于android - 将特定字体设置为独立于设备的 TextView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20489903/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com