Home
last modified time | relevance | path

Searched refs:RNSVGTextLengthAdjustStrings (Results 1 – 2 of 2) sorted by relevance

/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGTextProperties.mm133 return RNSVGTextLengthAdjustStrings[fw];
141 const NSUInteger l = sizeof(RNSVGTextLengthAdjustStrings) / sizeof(NSString *);
143 if ([s isEqualToString:RNSVGTextLengthAdjustStrings[i]]) {
H A DRNSVGTextProperties.h157 static NSString *const RNSVGTextLengthAdjustStrings[] = {@"spacing", @"spacingAndGlyphs", nil}; variable