Current section
Files
Jump to
Current section
Files
include/hyphenation_Hyphenator.hrl
-record(hyphenator, {
language :: binary(),
patterns :: hyphenation@internal@patterns:patterns(),
left_min :: integer(),
right_min :: integer()
}).