All Projects → tichise → EntypoSymbol

tichise / EntypoSymbol

Licence: other
Icon font library for Swift

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to EntypoSymbol

EntypoSymbolObjC
Icon font library for Objective C
Stars: ✭ 21 (-51.16%)
Mutual labels:  font, objectivec, font-library
MaterialDesignSymbolObjC
Icon font library for Objective C. Currently supports GoogleMaterialDesignIcons
Stars: ✭ 18 (-58.14%)
Mutual labels:  objectivec, font-library
ReduxObjC
Redux-like template of the unidirectional data flow architecture in Objective-C.
Stars: ✭ 35 (-18.6%)
Mutual labels:  objectivec
unison
Unison: Pan-Unicode Bitmap Font From Hell^WScratch
Stars: ✭ 45 (+4.65%)
Mutual labels:  font
Giotto
Theme manager for your app: apply styles to anything you want through a plist file
Stars: ✭ 18 (-58.14%)
Mutual labels:  font
input-password-bullet
How to replace the input password bullet in most browsers
Stars: ✭ 75 (+74.42%)
Mutual labels:  font
sdl stb font
Renders text using STB_Truetype in pure SDL
Stars: ✭ 40 (-6.98%)
Mutual labels:  font
TinderUserProfile
Tinder/Bumble like user image with user details scroll animation
Stars: ✭ 21 (-51.16%)
Mutual labels:  objectivec
LxgwNewClearGothic
A Simplified Chinese sans-serif font derived from IPAex Gothic. 一款衍生于「IPAexゴシック」的简体中文黑体字型。
Stars: ✭ 203 (+372.09%)
Mutual labels:  font
InupiaqNumbers
Font for displaying Inupiaq Numerals
Stars: ✭ 27 (-37.21%)
Mutual labels:  font
devs-codex
A repo of helpful front end development and design links
Stars: ✭ 16 (-62.79%)
Mutual labels:  font
apple-emoji-linux
Apple Color Emoji for Linux
Stars: ✭ 392 (+811.63%)
Mutual labels:  font
system-fonts
Which fonts can I use?
Stars: ✭ 29 (-32.56%)
Mutual labels:  font
glyphhanger
Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.
Stars: ✭ 422 (+881.4%)
Mutual labels:  font
yozai-font
A Chinese handwriting font derived from YozFont. 一款衍生于 YozFont 的中文手写字型。
Stars: ✭ 431 (+902.33%)
Mutual labels:  font
helmet
Neo-grotesque typeface
Stars: ✭ 133 (+209.3%)
Mutual labels:  font
rust-font-loader
A font loading utility written in rust.
Stars: ✭ 44 (+2.33%)
Mutual labels:  font
fdiff
An OpenType table diff tool for fonts. Based on the fontTools TTX format.
Stars: ✭ 33 (-23.26%)
Mutual labels:  font
bawr
SVG/Font Icon processing tool for C++
Stars: ✭ 66 (+53.49%)
Mutual labels:  font
Unity-MSDF-Fonts
Basic tool to convert Unity fonts to use Multichannel Signed Distance Field fonts
Stars: ✭ 54 (+25.58%)
Mutual labels:  font

EntypoSymbol CocoaPods Version Platform License

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

Image

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 Swift

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

Examples Objective C

Image
@import EntypoSymbol;

EntypoSymbol *symbol = [[EntypoSymbol alloc] initWithText:[EntypoIcon install] size:30];
[symbol addAttributeWithAttributeName:NSForegroundColorAttributeName value:[UIColor blackColor]];
sampleImageView.image = [symbol imageWithSize:CGSizeMake(30, 30)];
@import EntypoSymbol;

sampleLabel.font = [EntypoFont fontOfSize:20];
sampleLabel.text = [EntypoIcon install];

Installation (CocoaPods)

pod EntypoSymbol

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].