finish basic text support on iOS

This commit is contained in:
Horcrux
2016-09-17 15:42:27 +08:00
parent d549f6ca9c
commit a37c3ceee6
11 changed files with 150 additions and 75 deletions
+2 -3
View File
@@ -7,10 +7,9 @@
*/
#import <Foundation/Foundation.h>
#import "RNSVGPath.h"
#import "RNSVGTextFrame.h"
#import "RNSVGGroup.h"
@interface RNSVGText : RNSVGRenderable
@interface RNSVGText : RNSVGGroup
@property (nonatomic, assign) CTTextAlignment alignment;
@property (nonatomic, copy) NSArray<NSArray *> *path;