func url(at: Int, effectiveRange : NSRangePointer) -> URL?
Returns a URL, either from a link attribute or from text at the specified location that appears to be a URL string, for use in automatic link detection.
URLを返します、リンク属性からまたはURL文字列のように見える指定された場所でのテキストからのどちらかで、自動リンク検出において使うために。
func draw(with: NSRect, options: NSString.DrawingOptions)
Draws the attributed string with the specified options within the specified rectangle in the current graphics context.
属性つき文字列をこの指定されたオプションでこの指定された矩形の内部に現在のグラフィック文脈で描画します。