HyphenatorOptions
Defined in: src/core/hyphenation/liang.ts:70
Options for createHyphenator.
Properties
Section titled “Properties”exceptions?
Section titled “exceptions?”
readonlyoptionalexceptions?: readonlystring[]
Defined in: src/core/hyphenation/liang.ts:79
Explicit exceptions that override pattern output. Each is a word with
hyphens marking the allowed breaks, e.g. "as-so-ciate".
leftMin?
Section titled “leftMin?”
readonlyoptionalleftMin?:number
Defined in: src/core/hyphenation/liang.ts:72
Minimum characters before the first break (TeX default: 2).
rightMin?
Section titled “rightMin?”
readonlyoptionalrightMin?:number
Defined in: src/core/hyphenation/liang.ts:74
Minimum characters after the last break (TeX default: 3 for English, often 2 elsewhere).