Posts Tagged custom fonts
iOS Font Name Problem
Posted by Andy Yardley in iPhone on June 14, 2012
I wanted to followup my previous post about iOS font positioning with something else I came across yesterday. While adding a custom font to a new app there was a problem with the font not appearing in the simulator or on device. It had been added correctly to the .plist, included in the project and […]
Custom iOS fonts and how to fix the vertical position problem
Posted by Andy Yardley in Development, iPhone on April 24, 2012
Every new iOS design I have to implement uses custom fonts. A few years back this would have been impossible but luckily since iOS4 it’s been reasonably simple to add your own fonts to iOS Apps. The process is as follows: Add the font (*.ttf or *.otf) to the project Make sure it is added […]