Skip to content

Instantly share code, notes, and snippets.

@peerasak-u
Created August 7, 2013 14:52
Show Gist options
  • Select an option

  • Save peerasak-u/6174742 to your computer and use it in GitHub Desktop.

Select an option

Save peerasak-u/6174742 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
@interface UILabel (TextKerning)
- (void) setText:(NSString *)text withKerning:(CGFloat)kerning;
- (void) setKerning:(CGFloat)kerning;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment