https://github.com/timonus/facetype
Hobby project for the iOS showcasing Fonts
https://github.com/timonus/facetype
Last synced: 10 months ago
JSON representation
Hobby project for the iOS showcasing Fonts
- Host: GitHub
- URL: https://github.com/timonus/facetype
- Owner: timonus
- Created: 2011-09-13T05:17:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-19T01:04:42.000Z (over 14 years ago)
- Last Synced: 2025-07-13T21:37:41.440Z (11 months ago)
- Language: Objective-C
- Homepage:
- Size: 809 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# FaceType
FaceType is an App for the iOS designed to showcase the beauty of typography. It boils down into three pretty basic view controllers.
`TempFontsViewController` → `TSFontViewController` → `TSGlyphViewController`
Each of which showcases fonts at a particular level of detail.
## Issues
- Sizing calculations aren't currently super accurate, glyphs may step out of their bounds particularly in `TSFontViewController`
## Todo
- Add a proper `TSFontsViewController` for initially chossing a font, I have a design in mind but have yet to implement it.
- Add a [lot of fonts](http://www.dafont.com/), as well as the code utilized to get said fonts
- Add a build step that automagially adds fonts in the bundle into the Info plist.
- Add in-App font download/addition
## Notes
- The App is currently only designed to support the iPad well, although enabling iPhone support doesn't *completley* kill it. Feel free to [fork it](https://github.com/tijoinc/facetype) if this is a feature you really desire.
- The App is currently only designed to support portrait orientations well, although enabling landscape doesn't *completley* kill it. Feel free to [fork it](https://github.com/tijoinc/facetype) if this is a feature you really desire.