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 -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -