Discussion
議論
This method draws as much of the string as it can inside the specified rectangle, wrapping the string text as needed to make it fit. If the string is too long to fit inside the rectangle, the method renders as much as possible and clips the rest.
このメソッドは、多くの文字列をそれがその指定された矩形内部に可能なだけ描画して、文字列テキストを必要に応じてそれがぴったり収まるようにワードラップしています。文字列が矩形にぴったり収まるには大きすぎるならば、メソッドは可能な限りたくさん描画して、残りを切り取ります。
If newline characters are present in the string, those characters are honored and cause subsequent text to be placed on the next line underneath the starting point.
改行文字が文字列において存在するならば、それら文字は尊重されます、そして続くテキストが、開始点の真下の次の行上に置かれるようにします。
There must be either a focused view or an active graphics context when you call this method.
あなたがこのメソッドを呼び出す場合、フォーカスされたビューまたはある実際のグラフィックコンテキストのどちらかがなければなりません。