提交 4a3b5faf 编写于 作者: N Nicholas Maccharoli 提交者: GitHub

Update README.md

上级 3df0c4b8
......@@ -28,6 +28,12 @@ You can now simply start typing the name of the font enum and let code completio
let font = UIFont(font: .arialBoldItalicMT, size: 12.0)
```
There is also a handy (and way cooler) extension to the `Font` enumeration that allows the creation of `UIFont` objects with a certain size like so:
```swift
let myFont = Font.helvetica.of(size: 12.0)
```
## Installation
#### Carthage
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册