lipeil

android 中可以设置自己添加的字体:比如宋体之类的

Typeface typeface=Typeface.createFromAsset(getAssets(),"font/font_"+i+".ttf");
                textView.setTypeface(typeface);

汉字字体通常都是10M左右,放到apk中相当不划算 - -!,还是用图片代替。

分类:

技术点:

相关文章:

  • 2021-05-31
  • 2021-10-15
  • 2021-12-16
  • 2021-12-22
  • 2021-09-20
  • 2021-10-10
  • 2021-12-31
  • 2021-12-21
猜你喜欢
  • 2021-05-29
  • 2021-12-21
  • 2021-05-08
  • 2021-12-21
  • 2021-12-21
  • 2021-04-12
  • 2021-10-14
相关资源
相似解决方案