Type Method
maxRange(forGlyphName:at:) maxRangeForGlyphName:atIndex: maxRangeForGlyphName_atIndex_
Declaration
class func maxRange(forGlyphName string: String, at idx: UInt) -> NSRangeDeclaration
+ (NSRange) maxRangeForGlyphName:(NSString *) string atIndex:(NSUInteger) idx;Declaration
maxRangeForGlyphName_atIndex_(string: str, idx: int) -> NSRange