文件名称:android-customtypeface:用于将自定义字体设置为 Android 视图的库
文件大小:1.15MB
文件格式:ZIP
更新时间:2024-07-21 08:53:06
Java
自定义字体 CustomTypeface 是一个 Android 库,用于将自定义字体设置为视图。 我们以 OpenSans 为例,但您可以修改此库并使用您喜欢的任何字体。 #用法 您应该扩展要设置字体的视图,如下所示: public class OpenSansTextView extends TextView { /** * * Extend the view that you wish to create and call init() */ public OpenSansTextView(Context context) { super(context); } public OpenSansTextView(Context con
【文件预览】:
android-customtypeface-master
----.gitignore(427B)
----app()
--------.gitignore(427B)
--------build.gradle(548B)
--------src()
--------proguard-rules.pro(647B)
----settings.gradle(15B)
----build.gradle(279B)
----ReadMe.md(2KB)