orthography
The detected orthography of a type checking result.
あるテキスト検査結果の検出された正書法。
Availability 有効性
Technology
+ (NSTextCheckingResult
*)orthographyCheckingResultWithRange:(NSRange
)range
orthography:(NSOrthography
*)orthography;
range
The range of the detected result. 検出された結果の範囲。
orthography
An orthography object that describes the script. 書体を記述している正書法オブジェクト。
Returns an NSText
with the specified range
and a result
of NSText
.
NSText
を返します、指定されたrange
と、result
としてNSText
を持ちます。
orthography