orthography(at:effectiveRange:)
Returns the orthography at the index and also returns the effective range.
Declaration
func orthography(at charIndex: Int, effectiveRange: NSRangePointer?) -> NSOrthography?Parameters
- charIndex:
The character index to begin examination.
- effectiveRange:
An NSRangePointer that, upon completion, contains the range of the orthography containing
charIndex.
Return Value
The orthography for the location.