Skip to content

Instantly share code, notes, and snippets.

@pita5
Created July 31, 2012 13:49
Show Gist options
  • Save pita5/3217182 to your computer and use it in GitHub Desktop.
Save pita5/3217182 to your computer and use it in GitHub Desktop.
UIFont* lableFont = [UIFont boldSystemFontOfSize:17];
CTFontRef font = (__bridge CTFontRef)(lableFont);
CFStringRef name = CTFontCopyFullName(font);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment