All Projects → tichise → EntypoSymbolObjC

tichise / EntypoSymbolObjC

Licence: other
Icon font library for Objective C

Programming Languages

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 EntypoSymbolObjC

EntypoSymbol
Icon font library for Swift
Stars: ✭ 43 (+104.76%)
Mutual labels:  font, objectivec, font-library
MaterialDesignSymbolObjC
Icon font library for Objective C. Currently supports GoogleMaterialDesignIcons
Stars: ✭ 18 (-14.29%)
Mutual labels:  objectivec, font-library
FMX.FontAwesome
[FireMonkey] FontAwesome
Stars: ✭ 21 (+0%)
Mutual labels:  font
better-ls
ls with customizable icons and colors. Uses nerd-fonts.
Stars: ✭ 47 (+123.81%)
Mutual labels:  font
font-wonder-unit
Free and open source sans-serif font, brought to you by Wonder Unit.
Stars: ✭ 57 (+171.43%)
Mutual labels:  font
glfont
A modern opengl text rending library for Golang
Stars: ✭ 27 (+28.57%)
Mutual labels:  font
fontfacegen-webpack-plugin
A plugin for webpack that allows you to convert .ttf and .otf files into various other font formats such as .eot, .ttf, .svg, .woff and .woff2 using the existing NPM package fontfacegen.
Stars: ✭ 20 (-4.76%)
Mutual labels:  font
ifont
🦀 iFont - serverless-based cloud font library
Stars: ✭ 32 (+52.38%)
Mutual labels:  font
pygame-text-input
a small module that enables you to input text with your keyboard using pygame
Stars: ✭ 114 (+442.86%)
Mutual labels:  font
lv utils
Convert images or system fonts to C arrays. Written for LVGL embedded GUI library
Stars: ✭ 46 (+119.05%)
Mutual labels:  font
fontless
🚀🔒 Host your own Google Fonts.
Stars: ✭ 63 (+200%)
Mutual labels:  font
homecomputer-fonts
Variable fonts based on the Commodore 64 and Amiga fonts.
Stars: ✭ 58 (+176.19%)
Mutual labels:  font
emoji-extractor-plus
Extract emojis from Apple font in PNG format
Stars: ✭ 42 (+100%)
Mutual labels:  font
hoard-of-bitfonts
turns out I like bitmap fonts
Stars: ✭ 811 (+3761.9%)
Mutual labels:  font
ansible-debian
Buildfiles: Ansible automated leight-weight and sensible Debian provisioning
Stars: ✭ 83 (+295.24%)
Mutual labels:  font
rapid-arrows-font
OTF comic font
Stars: ✭ 30 (+42.86%)
Mutual labels:  font
bitsnpicas
Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
Stars: ✭ 171 (+714.29%)
Mutual labels:  font
HiGoogleFonts
HiGoogleFonts allows you to add a Google font picker to easily display a list of Google fonts. The picker shows an instant preview of the font style without loading the font css.
Stars: ✭ 44 (+109.52%)
Mutual labels:  font
svg-fixer
Converts SVG Strokes To Fill.
Stars: ✭ 59 (+180.95%)
Mutual labels:  font
Babylon.Font
Generate text mesh for BabylonJS using WASM, written in AssemblyScript.
Stars: ✭ 22 (+4.76%)
Mutual labels:  font

EntypoSymbolObjC CocoaPods Version Platform License

Icon font library for Objective C. Currently supports Entypo.Swift version is here. Entypoをシンボルフォントで呼び出せるObjectiveCライブラリです。Swit版はこちら

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.h"

EntypoSymbol *symbol = [EntypoSymbol iconWithCode:EntypoIconCode.behance fontSize:30.f];
[symbol addAttribute:NSForegroundColorAttributeName value:[UIColor blackColor]];

UIImage *image = [symbol image];
// UIImage *image = [symbol imageWithSize:CGSizeMake(30, 30)];

Installation (CocoaPods)

pod EntypoSymbolObjC

Related products

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].