Searched refs:RNSVGTextLengthAdjustStrings (Results 1 – 2 of 2) sorted by relevance
133 return RNSVGTextLengthAdjustStrings[fw];141 const NSUInteger l = sizeof(RNSVGTextLengthAdjustStrings) / sizeof(NSString *);143 if ([s isEqualToString:RNSVGTextLengthAdjustStrings[i]]) {
157 static NSString *const RNSVGTextLengthAdjustStrings[] = {@"spacing", @"spacingAndGlyphs", nil}; variable