Android 字体类库 Calligraphy
- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/chrisjenx/Calligraphy
- 软件文档: https://github.com/chrisjenx/Calligraphy/blob/master/README.md
- 官方下载: https://github.com/chrisjenx/Calligraphy/archive/master.zip
软件介绍
Calligraphy 是一个用来简化 Android 应用使用自定义字体的类库, 该类库会自动查找应用中的 TextView 并设置其使用的字体。
效果图:
使用:
添加依赖库(Download (.aar))
dependencies {
compile 'uk.co.chrisjenx:calligraphy:2.1.0'}<TextView android:text="@string/hello_world" android:layout_width="wrap_content" android:layout_height="wrap_content" fontPath="fonts/Roboto-Bold.ttf"/>
Language Implementation Patterns
Terence Parr / Pragmatic Bookshelf / 2010-1-10 / USD 34.95
Knowing how to create domain-specific languages (DSLs) can give you a huge productivity boost. Instead of writing code in a general-purpose programming language, you can first build a custom language ......一起来看看 《Language Implementation Patterns》 这本书的介绍吧!
