S Sergio10 macrumors regular Original poster Jun 19, 2009 #1 Hi, I added my custom font (myfont.ttf) to the project and want to set it for a UILabel control: PHP: [label setFont: [UIFont fontWithName: @"myfont" size: 30]]; And have a crash. What I'm doing wrong? Could you help me solve the problem? Thanks
Hi, I added my custom font (myfont.ttf) to the project and want to set it for a UILabel control: PHP: [label setFont: [UIFont fontWithName: @"myfont" size: 30]]; And have a crash. What I'm doing wrong? Could you help me solve the problem? Thanks
J jnic macrumors 6502a Jun 19, 2009 #2 I'm afraid it's nowhere near that simple (unless 3.0 now provides custom font support?) Try here: http://stackoverflow.com/questions/360751/can-i-embed-a-custom-font-in-an-iphone-application
I'm afraid it's nowhere near that simple (unless 3.0 now provides custom font support?) Try here: http://stackoverflow.com/questions/360751/can-i-embed-a-custom-font-in-an-iphone-application