iOS: Custom font size doesn't change -
I am trying to implement custom font, it works, but the problem I am facing is That whatever I set the font size, does not listen to it. I can also set the font size as 5000 and this font size will not change from 20.
numberLabel.font = [UIFont fontWithName: @ "Dekar.otf" Size: 5000.0];
The font is properly implemented and loaded. It's just the size which has problems.
The shape is set correctly ... away .otf ... < / P>
Comments
Post a Comment