Quote:
Originally Posted by Frenzie
Actually there is line-break: anywhere, which while not currently supported is presumably fairly easy to implement should someone wish to do so.
Edit: that doesn't include hyphenation, but it'd look like:
Code:
This is the en
d of the line.
|
Might be able to coerce hyphens into that by basically telling libunibreak that everything is LINEBREAK_ALLOWBREAK (or well, actually, bypassing libunibreak and assuming that ^^), although I'm not exactly familiar with how that's actually implemented in CRe and/or how it interacts with the actual hyphenation patterns ;p.