I am using "Swanky and Moo Moo" in my application, but it displays the font style as like of system font..
Here my code....
myLabel.font=[UIFont fontWithName:@"Swanky and Moo Moo" size:16];
I have refer the following links..
iOS: How can i set a non system font family, style, size of UILabel?
http://kgriff.posterous.com/45359635
But thats are not useful for me.......
Can antone tell me that how to set the myLabel
font style as Swanky and Moo Moo??