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"/>
Python Algorithms
Magnus Lie Hetland / Apress / 2010-11-24 / USD 49.99
Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it......一起来看看 《Python Algorithms》 这本书的介绍吧!
