CustomFontText:具有自定义字体的Android文本 源码
CustomFontText 以简单的方式在应用程序中使用自定义字体的Android文本 入门 积分 Gradle: dependencies { compile 'me.bemind.customfont:customfont:0.0.1' } 添加字体 您必须将字体添加到assets/目录。 如果创建子目录,则要注意在初始化时对其进行声明。 初始化 声明Application类的自定义扩展,并在onCreate()方法内定义字体: FontUtil . getInstance() .setFont( FontUtil .
文件列表
CustomFontText-master.zip
(预估有个71文件)
CustomFontText-master
gradlew
5KB
settings.gradle
38B
custom_font_image_example.png
61KB
customfont.library
src
androidTest
java
me
bemind
暂无评论