Implement TextPath: first step (iOS)

This commit is contained in:
Horcrux
2017-01-09 20:16:20 +08:00
parent 1d06134719
commit 52dfe21074
18 changed files with 223 additions and 106 deletions
+3 -1
View File
@@ -8,11 +8,13 @@
#import <Foundation/Foundation.h>
#import <CoreText/CoreText.h>
#import "RNSVGPath.h"
#import "RNSVGText.h"
#import "RNSVGBezierPath.h"
@interface RNSVGTextPath : RNSVGText
@property (nonatomic, strong) NSString *href;
- (RNSVGBezierPath *)getBezierPath;
@end