func draw(with: NSRect, options: NSString.DrawingOptions)
Draws the attributed string with the specified options within the specified rectangle in the current graphics context.
属性つき文字列をこの指定されたオプションでこの指定された矩形の内部に現在のグラフィック文脈で描画します。
func boundingRect (with: NSSize, options: NSString.DrawingOptions) -> NSRect
Calculates and returns a bounding rectangle for the attributed string using the options specified within the specified rectangle in the current graphics context.
属性つき文字列に対する境界矩形をこの指定されたオプションを使ってこの指定された矩形の内部に現在のグラフィック文脈で計算して返します。