Files
react-native-svg/ios/Text/RNSVGText.h
Horcrux 74b9917bd3 flattern text into several spans
flattern text into several spans (step 1, not finish yet)
2016-09-02 10:24:33 +08:00

19 lines
449 B
Objective-C

/**
* Copyright (c) 2015-present, Horcrux.
* All rights reserved.
*
* This source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <Foundation/Foundation.h>
#import "RNSVGPath.h"
#import "RNSVGTextFrame.h"
@interface RNSVGText : RNSVGRenderable
@property (nonatomic, assign) CTTextAlignment alignment;
@property (nonatomic, copy) NSArray<NSArray *> *path;
@end