Skip to content

Instantly share code, notes, and snippets.

@hlxwell
Created April 4, 2013 02:52
Show Gist options
  • Save hlxwell/5307334 to your computer and use it in GitHub Desktop.
Save hlxwell/5307334 to your computer and use it in GitHub Desktop.
get font size of label
NSString *fontName = self.label.font.fontName;
CGFloat fontSize = self.label.font.pointSize;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment