mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 14:15:03 +00:00
Port new GlyphContext, FontData, enums, props, Bezier and text rendering
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
|
||||
#if !defined (PropHelper_)
|
||||
#define PropHelper_
|
||||
@interface PropHelper : NSObject
|
||||
|
||||
+ (double) fromRelativeWithNSString:(NSString *)length
|
||||
relative:(double)relative
|
||||
offset:(double)offset
|
||||
scale:(double)scale
|
||||
fontSize:(double)fontSize;
|
||||
|
||||
@end
|
||||
#endif
|
||||
Reference in New Issue
Block a user