Awesome
Create app icons programmatically on Playground with Swift and Xcode.
CreatorConfiguration.loadFont("devicons.ttf")
let creator = IconCreator()
creator.config.fontName = "icomoon"
creator.config.string = "\u{e655}"
creator.config.backgroundColor = UIColor.orangeColor()
creator.preview().first
creator.save()
print("$ open \(creator.rootPath)") // $ open /path/to/Documents/IconCreator/
Showcase
Pull requests are welcome!
Acknowledgements
- https://www.google.com/fonts/specimen/Pacifico
- https://fortawesome.github.io/Font-Awesome/
- http://vorillaz.github.io/devicons/
- https://github.com/SSA111/SwiftImageToPDFConverter
- https://www.google.com/fonts/specimen/Italiana
License
My code is licensed under the MIT license.
Each font has its own license!