I'm trying to use a custom font (Sassoon Infant) in Xcode. Despite looking at the numerous posts here on this issue, i haven't been able to resolve the problem.
These are the steps i have taken so far.
- Added font to resources
- Added font to Font Book
- Added
SassoonInfantCom-Regular.ttfto Fonts Provided by Application - Tried using
fontWithName:@"Sassoon Infant Com", the name in Font Book - Also tried just
@"Sassoon"
The font name is not showing up in IB either under the dropdown font menu. The above seems to work for most people but i can't get it working. Anyone have any ideas?
