EntypoSymbol
2.0.1
fonte usada neste projeto
Autor da fonte utilizada neste projeto: Entypo Link: http://www.entypo.com/
Atribuição Creative Commons 4.0 Internacional (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