var orthography: NSOrthography?
The detected orthography of a type checking result.
あるテキスト検査結果の検出された正書法。
Availability 有効性
Technology
class func orthographyCheckingResult(range: NSRange
,
orthography: NSOrthography
) -> NSTextCheckingResult
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 orthography
.
NSText
を返します、指定されたrange
と、result
としてorthography
を持ちます。
var orthography: NSOrthography?