diff --git a/README.md b/README.md index 716178572a71895757cbca26d3bd27fe56a4f382..4202a9738ed89b9e5175693b6315f5fd621f4f25 100644 --- a/README.md +++ b/README.md @@ -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