I'm trying to implement custom font. This works, however the problem I encounter is that no matter what I set the size of the font, it doesn't listen. I can even set the font size as 5000 and it won't change from font size 20.
numberLabel.font = [UIFont fontWithName:@"Dekar.otf" size:5000.0];
The font is properly implemented and is loaded. It's just the size that has problems.