Re: Extensions for hyphenation
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Just one comment: On Thu, Dec 06, Jorge Arellano Cid wrote: > In that case, AFAIU, a dillorc option can be formulated as: > > Breaking a single word in a line is not possible unless it is > wider than XX chars (e.g. single_word_max_length). > > (I assume knowing whether a word is alone in a line is possible > by comparing the start and end indexes of the array, but haven't > checked it...) Yet again, the problem is to calculate the correct extremes, to avoid too narrow columns. However, at this point, we do not have lines: these are calculated as soon as a given column width is calculated (which depends on the correct extremes). Sebastian