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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -