func lineBreak (before: Int, within: NSRange) -> Int
Returns the appropriate line break when the character at the index doesn’t fit on the same line as the character at the beginning of the range.
そのインデックスでの文字がこの範囲の始まりでの文字と同じ行に収まらない場合に、適切な改行を返します。
func lineBreakByHyphenating (before: Int, within: NSRange) -> Int
Returns the index of the closest character before the specified index, and within the specified range, that can fit on a new line by hyphenating.
指定されたインデックスの前の、そして指定された範囲内の、ハイフンでつなぐことによって新しい行に収まることが可能である、最も近い文字のインデックスを返します。
func nextWord (from: Int, forward: Bool) -> Int
Returns the index of the first character of the word after or before the specified index.
指定されたインデックスの後または前の最初の文字のインデックスを返します。