No commit activity in last 3 years
No release in over 3 years
ease to use Font Awesome via RubyMotion
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

motion-fontawesome

gems for easy to use Font Awesome iconic font via RubyMotion.

How to use

add require to Rakefile.

require 'rubygems'
require 'motion-fontawesome'

in your source code, specify text and font.

label = UILabel.alloc.initWithFrame([[0, 0],[200, 200]])
label.text = FontAwesome.icon(key)
label.font = FontAwesome.fontWithSize(200.0)

argument into FontAwesome.icon is string that trimed icon- from this list

e.g.)icon-camera -> camera

Credit

Font Awesome

The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0. A mention of Font Awesome - http://fortawesome.github.com/Font-Awesome in human-readable source code is considered acceptable attribution (most common on the web). If human readable source code is not available to the end user, a mention in an 'About' or 'Credits' screen is considered acceptable (most common in desktop or mobile software).