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 big to fit completely inside the rectangle, the method scales the font or adjusts the letter spacing to make the string fit within the given bounds.
このメソッドは、多くの文字列をそれがその指定された矩形内部に可能なだけ描画して、文字列テキストを必要に応じてそれがぴったり収まるようにワードラップしています。文字列が矩形内に完全に収まるには大きすぎるならば、メソッドはフォントを縮尺するまたは文字の間隔を調整して、文字列をこの与えられた境界内に収まるようにします。
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. To correctly draw and size multi-line text, pass usesLineFragmentOrigin
in the options parameter.
改行文字が文字列において存在するならば、それら文字は尊重されます、そして続くテキストが、開始点の真下の次の行上に置かれるようにします。複数行テキストを正しく描画および大きさ指定するには、usesLineFragmentOrigin
をオプションパラメータにおいて渡してください。
Special Considerations
特別な注意事項
This method uses the baseline origin by default.
このメソッドは、ベースライン原点を初期状態では使います。
If usesLineFragmentOrigin
is not specified, the rectangle’s height will be ignored and the operation considered to be single-line rendering.
usesLineFragmentOrigin
が指定されないならば、矩形の持つ高さは無視されます、そして演算は単一行描画であるとみなされます。