测试已测试 | ✓ |
语言语言 | Obj-CObjective C |
许可 | Apache 2 |
发布最后发布 | 2017年3月 |
由 Randall Li、Robert Moore、Jeff Verkoeyen 维护。
Roboto 字体加载器会惰性地加载 Roboto 字体。
Roboto 字体加载器提供获取 Roboto 字体的 API。请考虑使用 Material 规范推荐的 iOS 排版材质组件中的字体样式。
在使用 Roboto 字体加载器之前,您需要导入它
#import "MaterialRobotoFontLoader.h"
import MDFRobotoFontLoader
Roboto 字体加载器组件依赖于 FontDiskLoader 组件。
UIFont *font = [[MDFRobotoFontLoader sharedInstance] regularFontOfSize:16];
let myFont:UIFont = MDFRobotoFontLoader.sharedInstance()regularFontOfSize(16)