mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-31 05:51:47 +00:00
finish basic text support on iOS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user