Skip to content

createHyphenator

createHyphenator(patterns, options?): Hyphenator

Defined in: src/core/hyphenation/liang.ts:89

Build a Liang pattern-based Hyphenator from a pattern list.

readonly string[]

The TeX-style hyphenation patterns (e.g. "hy3ph").

HyphenatorOptions = {}

Left/right minimums and explicit exceptions.

Hyphenator

The hyphenator.