美文网首页
Android更换字体

Android更换字体

作者: 一洼世界 | 来源:发表于2016-05-09 14:16 被阅读28次

    Typeface typefaceLatoLight = Typeface.createFromAsset(
    context.getAssets(), "fonts/LatoLatin-Light.ttf");

    TextView title = (TextView)findViewById(R.id.title);
    title.setTypeface(CoCoinUtil.typefaceLatoLight);

    相关文章

      网友评论

          本文标题:Android更换字体

          本文链接:https://www.haomeiwen.com/subject/wvrerttx.html