JeanMeche / EntypoSymbol

Icon font library for Swift. Currently supports Entypo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EntypoSymbol Cocoapods Version Platform License

==============

image

Icon font library for Swift. Currently supports Entypo

Licence

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)

Related products

MaterialDesignSymbol

Icon font library for Swift. Currently supports Google Material Design Icons https://github.com/tichise/MaterialDesignSymbol

Examples

Image
import EntypoSymbol

var symbol:EntypoSymbol = EntypoSymbol(text:EntypoIcon.install, size:25)
var iconImage:UIImage = symbol.imageWithSize(CGSizeMake(25, 25))
import EntypoSymbol

sampleLabel.font = EntypoFont.fontOfSize(40)
sampleLabel.text = EntypoIcon.creativeCommons

Installation (CocoaPods)

pod EntypoSymbol

About

Icon font library for Swift. Currently supports Entypo

License:Other


Languages

Language:Swift 97.0%Language:Ruby 3.0%