How to get the font-size or a bold-version of UIFont instance

Viewed 40540

How to get the font-size of a UIFont instance?

Or, if someone can implement this method for UIFont?

- (UIFont *)boldFont;
7 Answers
Related