createHyphenator
createHyphenator(
patterns,options?):Hyphenator
Defined in: src/core/hyphenation/liang.ts:89
Build a Liang pattern-based Hyphenator from a pattern list.
Parameters
Section titled “Parameters”patterns
Section titled “patterns”readonly string[]
The TeX-style hyphenation patterns (e.g. "hy3ph").
options?
Section titled “options?”HyphenatorOptions = {}
Left/right minimums and explicit exceptions.
Returns
Section titled “Returns”The hyphenator.