- トップ
- > メソッド
- > h
- > hyphenateText
Header >>
hyphenateText
メソッド | public |
---|---|
実装 | 4.9.012 (201-004-12) |
テキストにソフトハイフン(SHY:行末で単語を分割する際に使用されるハイフン)を追加する。
- 書式
-
hyphenateText( $text, $patterns, $dictionary=array(), $leftmin, $rightmin, $charmin, $charmax )
- 戻り値
-
string ソフトハイフンが追加されたテキスト - パラメータ
-
string $text テキスト mixed $patterns ハイフネーションパターンの配列または、TEXファイルで使用されるハイフネーションパターン TEXパターンは、http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/よりダウンロードできる。
array $dicitionary array() ハイフネーションアルゴリズムが加味されない単語の配列
int $leftmin 1 ハイフンを含まない文字の、右側の最小の数
int $rightmin 2 ハイフンを含まない文字の、左側の最小の数
int $charmin 1 ハイフネーションアルゴリズムを適用する文字の最小の長さ int $charmax 8 文字を分解する最大の長さ