LatoFont 2.0.1

LatoFont 2.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2016
SPMSupports SPM

Maintained by Michal Konturek.



LatoFont 2.0.1

LatoFont

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Extensions

public class func latoHairline(size: CGFloat) -> UIFont!

Returns Lato font with hairline style.

public class func latoHairlineItalic(size: CGFloat) -> UIFont!

Returns Lato font with hairline italic style.

public class func latoLight(size: CGFloat) -> UIFont!

Returns Lato font with light style.

public class func latoLightItalic(size: CGFloat) -> UIFont!

Returns Lato font with light italic style.

public class func lato(size: CGFloat) -> UIFont!

Returns Lato font with lato style.

public class func latoItalic(size: CGFloat) -> UIFont!

Returns Lato font with italic style.

public class func latoBold(size: CGFloat) -> UIFont!

Returns Lato font with bold style.

public class func latoBoldItalic(size: CGFloat) -> UIFont!

Returns Lato font with bold italic style.

public class func latoBlack(size: CGFloat) -> UIFont!

Returns Lato font with black style.

public class func latoBlackItalic(size: CGFloat) -> UIFont!

Returns Lato font with black italic style.

Installation

LatoFont is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "LatoFont"

License

Source code of this project is available under the standard MIT license. Please see the license file.

Lukasz Dziedzic holds copyright to the Lato font which is licensed under the SIL Open Font License.