Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tichise/entyposymbolobjc
Icon font library for Objective C
https://github.com/tichise/entyposymbolobjc
cocoapods font font-library objectivec swift
Last synced: about 2 months ago
JSON representation
Icon font library for Objective C
- Host: GitHub
- URL: https://github.com/tichise/entyposymbolobjc
- Owner: tichise
- License: other
- Created: 2016-07-06T09:56:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T18:04:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T22:35:19.345Z (3 months ago)
- Topics: cocoapods, font, font-library, objectivec, swift
- Language: Objective-C
- Homepage:
- Size: 65.4 KB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#### EntypoSymbolObjC ![CocoaPods Version](https://img.shields.io/cocoapods/v/EntypoSymbolObjC.svg?style=flat) ![Platform](https://img.shields.io/cocoapods/p/EntypoSymbol.svg?style=flat) ![License](https://img.shields.io/cocoapods/l/EntypoSymbolObjC.svg?style=flat)
Icon font library for Objective C. Currently supports Entypo.Swift version is [here](https://github.com/tichise/EntypoSymbol).
Entypoをシンボルフォントで呼び出せるObjectiveCライブラリです。Swit版は[こちら](https://github.com/tichise/EntypoSymbol)#### Licence
font used in this projectAuthor 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
```html
#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
- Font Library
- [MaterialDesignSymbol](https://github.com/tichise/MaterialDesignSymbol) Swift
- [EntypoSymbol](https://github.com/tichise/EntypoSymbol) Swift
- [MaterialDesignSymbolObjC](https://github.com/tichise/MaterialDesignSymbolObjC) ObjectiveC
- [EntypoSymbolObjC](https://github.com/tichise/EntypoSymbolObjC) ObjectiveC
- Color Library
- [MaterialDesignColor](https://github.com/tichise/MaterialDesignColor) Swift
- [MaterialDesignColorObjC](https://github.com/tichise/MaterialDesignColorObjC) ObjectiveC