Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created October 19, 2011 01:01
Show Gist options
  • Save ejknapp/1297221 to your computer and use it in GitHub Desktop.
Save ejknapp/1297221 to your computer and use it in GitHub Desktop.
Font sizing method
CGSize constraint = CGSizeMake(310, 20000.0f);
CGSize size = [wordDefinition sizeWithFont:[UIFont systemFontOfSize:18]
constrainedToSize:constraint lineBreakMode:UILineBreakModeWordWrap];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment