MDFRobotoFontLoader 1.3.0

MDFRobotoFontLoader 1.3.0

测试已测试
语言语言 Obj-CObjective C
许可 Apache 2
发布最后发布2017年3月

Randall LiRobert MooreJeff Verkoeyen 维护。



  • Material Foundation 作者们

Roboto 字体加载器

Roboto 字体加载器会惰性地加载 Roboto 字体。

Material Design 规范

安装

需求

  • Xcode 7.0 或更高版本。
  • iOS SDK 版本 7.0 或更高版本。

使用方法

Roboto 字体加载器提供获取 Roboto 字体的 API。请考虑使用 Material 规范推荐的 iOS 排版材质组件中的字体样式。

导入

在使用 Roboto 字体加载器之前,您需要导入它

Objective-C

#import "MaterialRobotoFontLoader.h"

Swift

import MDFRobotoFontLoader

依赖

Roboto 字体加载器组件依赖于 FontDiskLoader 组件。

Objective-C

UIFont *font = [[MDFRobotoFontLoader sharedInstance] regularFontOfSize:16];

Swift

let myFont:UIFont = MDFRobotoFontLoader.sharedInstance()regularFontOfSize(16)