mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 06:15:15 +00:00
14 lines
327 B
Objective-C
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
|