mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-06 21:13:17 +00:00
Implement TextPath: first step (iOS)
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
- (CTFontRef)getComputedFont;
|
||||
- (RNSVGGlyphPoint)getComputedGlyphPoint:(NSUInteger *)index glyphOffset:(CGPoint)glyphOffset;
|
||||
- (RNSVGText *)getTextRoot;
|
||||
- (CGPathRef)getTextGroupPath:(CGContextRef)context;
|
||||
- (CGAffineTransform)getTextPathTransform:(CGFloat)distance;
|
||||
- (CGPathRef)getGroupPath:(CGContextRef)context;
|
||||
- (void)resetTextPathAttributes;
|
||||
- (void)traverseTextSuperviews:(BOOL (^)(__kindof RNSVGText *node))block;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user