Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosoku/ksofontawesomeextensions
A collection of categories on NSString, UIFont and UIImage to make creation of images using the Font Awesome font easier.
https://github.com/kosoku/ksofontawesomeextensions
List: ksofontawesomeextensions
font-awesome ios macos tvos watchos
Last synced: 15 days ago
JSON representation
A collection of categories on NSString, UIFont and UIImage to make creation of images using the Font Awesome font easier.
- Host: GitHub
- URL: https://github.com/kosoku/ksofontawesomeextensions
- Owner: Kosoku
- License: apache-2.0
- Created: 2017-03-27T22:45:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T18:20:40.000Z (about 2 years ago)
- Last Synced: 2024-09-22T03:16:46.053Z (3 months ago)
- Topics: font-awesome, ios, macos, tvos, watchos
- Language: Objective-C
- Size: 3.16 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## KSOFontAwesomeExtensions
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](http://img.shields.io/cocoapods/v/KSOFontAwesomeExtensions.svg)](http://cocoapods.org/?q=KSOFontAwesomeExtensions)
[![Platform](http://img.shields.io/cocoapods/p/KSOFontAwesomeExtensions.svg)]()
[![License](http://img.shields.io/cocoapods/l/KSOFontAwesomeExtensions.svg)](https://github.com/Kosoku/KSOFontAwesomeExtensions/blob/master/license.txt)A collection of categories on `NSString`, `UIFont`, `NSFont`, `NSImage` and `UIImage` to make creation of images using the Font Awesome font easier.
### Installation
You can install *KSOFontAwesomeExtensions* using [cocoapods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage), or as a framework. When installing as a framework, ensure you also link to [Stanley](https://github.com/Kosoku/Stanley) as *KSOFontAwesomeExtensions* relies on it.
The three free Font Awesome fonts are bundled as part of the framework so you do not have to bundle it as part of you app. However, if you are using the framework on watchOS, the fonts must be included as part of the watchOS app bundle and included in the *Info.plist* using the `UIAppFonts` key for both the extension and bundle.
### Dependencies
Third party:
- [Stanley](https://github.com/Kosoku/Stanley)