美文网首页Android进阶之路Android开发经验谈Android开发
android使用fontfamily引入并使用外部第三方字体的

android使用fontfamily引入并使用外部第三方字体的

作者: 手指乐 | 来源:发表于2019-08-15 09:15 被阅读5次

    1.下载字体文件(ttf,otf)
    2.拷贝字体文件到res/font文件夹下
    3.使用字体:

    <TextView
                android:padding="0dp"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="八字取名"
                android:textSize="20sp"
                android:textColor="#915222"
                android:layout_marginLeft="4dp"
                android:fontFamily="@font/sourcehanserifcnbold"/>
    

    手机赚钱怎么赚,给大家推荐一个手机赚钱APP汇总平台:手指乐(http://www.szhile.com/),辛苦搬砖之余用闲余时间动动手指,就可以日赚数百元

    相关文章

      网友评论

        本文标题:android使用fontfamily引入并使用外部第三方字体的

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