/* Erica Sadun, http://ericasadun.com iPhone Developer's Cookbook, 6.x Edition BSD License, Use at your own risk */ #import #import #import "UIBezierPath+Elements.h" @interface UIBezierPath (TextUtilities) - (void) drawAttributedString: (NSAttributedString *) string; @end