Files
react-native-svg/ios/QuartzBookPack/TextDrawing/UIBezierPath+Text.h

14 lines
327 B
Objective-C

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