at kaneshin

Free space for me.

How to get the font size and name on Xcode?

if you wanna get it.

Simply code like this

NSString *fontName = self.label.font.fontName;
CGFloat fontSize = self.label.font.pointSize;