把字体文件放到Asset/font目录下

Typeface typeFace=Typeface.createFromAsset(mContext.getAssets(),'font/ziti.ttf');
TextView.setTypeface(typeFace);
@font-face{font-family:MyFont;src:url('file:///android_asset/font/ziti.ttf')}
body{font-family:MyFont;}

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-07-11
  • 2022-01-25
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-07
  • 2021-12-30
  • 2022-01-28
  • 2022-01-19
  • 2021-11-21
相关资源
相似解决方案