mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 15:44:24 +00:00
Temp commit
This commit is contained in:
@@ -8,11 +8,17 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "RNSVGGroup.h"
|
||||
#import "RNSVGTextAnchor.h"
|
||||
|
||||
@interface RNSVGText : RNSVGGroup
|
||||
|
||||
@property (nonatomic, assign) CTTextAlignment alignment;
|
||||
@property (nonatomic, copy) NSArray<NSArray *> *path;
|
||||
@property (nonatomic, assign) RNSVGTextAnchor textAnchor;
|
||||
@property (nonatomic, assign) NSArray<NSNumber *> *deltaX;
|
||||
@property (nonatomic, assign) NSArray<NSNumber *> *deltaY;
|
||||
@property (nonatomic, strong) NSString *positionX;
|
||||
@property (nonatomic, strong) NSString *positionY;
|
||||
@property (nonatomic, assign) NSDictionary *font;
|
||||
|
||||
@property (nonatomic, assign) CGFloat offsetX;
|
||||
@property (nonatomic, assign) CGFloat offsetY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user