EntypoSymbol
2.0.1
font used in this project
Author of the font used in this project: Entypo Link: http://www.entypo.com/
Creative Commons Attribution 4.0 International (CC BY 4.0)
import EntypoSymbol
let symbol = EntypoSymbol(text: EntypoIcon.install, size:25)
symbol.addAttribute(attributeName: NSAttributedString.Key.foregroundColor, value: UIColor.red)
let iconImage = symbol.image(size: CGSizeMake(25, 25))
import EntypoSymbol
sampleLabel.font = EntypoFont.fontOfSize(40)
sampleLabel.text = EntypoIcon.creativeCommons