Skip to content

mt-hodaka/EntypoSymbol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EntypoSymbol CocoaPods Version Platform License

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

  • Icon font library for Swift. Currently supports Entypo. ObjectiveC version is here.
  • Entypoアイコンをシンボルフォントで呼び出せるライブラリです。ObjecitveC版はこちら.
  • 詳細な使い方はqiitaに記載してます。

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)

Examples

Image
import EntypoSymbol

var symbol:EntypoSymbol = EntypoSymbol(text:EntypoIcon.install, size:25)
symbol.addAttribute(NSForegroundColorAttributeName, value: UIColor.redColor())
var iconImage:UIImage = symbol.imageWithSize(CGSizeMake(25, 25))
import EntypoSymbol

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

Installation (CocoaPods)

pod EntypoSymbol

Related products

About

Icon font library for Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 97.3%
  • Ruby 2.7%