Instance Method
インスタンスメソッド
boundingRectWithSize:options:
Calculates and returns a bounding rectangle for the attributed string using the options specified within the specified rectangle in the current graphics context.
属性つき文字列に対する境界矩形をこの指定されたオプションを使ってこの指定された矩形の内部に現在のグラフィック文脈で計算して返します。
Parameters
パラメータ
size
The size of the rectangle to draw in.
その中に描画することになる矩形の大きさ。
options
オプション
The string drawing options. See NSStringDrawingOptions
for the possible values.
文字列描画オプション。NSStringDrawingOptions
を可能なオプションとして見てください。
Return Value
戻り値
The bounding rectangle in the current graphics context.
現在のグラフィック文脈での境界矩形。
Discussion
議論
The origin of the rectangle returned from this method is the first glyph origin.
このメソッドから返される矩形の原点は、最初のグリフの原点です。
See Also
参照
Deprecated Instance Methods
非推奨インスタンス メソッド
- URLAtIndex:effectiveRange:
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文字列のように見える指定された場所でのテキストからのどちらかで、自動リンク検出において使うために。
Deprecated
非推奨
- drawWithRect:options:
Draws the attributed string with the specified options within the specified rectangle in the current graphics context.
属性つき文字列をこの指定されたオプションでこの指定された矩形の内部に現在のグラフィック文脈で描画します。
Deprecated
非推奨