On Sat, Jul 28, 2001, David A. Desrosiers wrote:
> Adding this into the viewer (for runtime changes from justified to
> ragged) will be a bit more code, and my brain can't quite comprehend
> the math right now to make it work, but it will still come in
> under DeepReader's 259k of footprint size. Ug.
Chris Hawks added support for justified text a long time ago. If you
want to test how it would look to have all text justified then change
the type in InitializeParagraphContext (paragraph.c) from ALIGNMENT_LEFT
to ALIGNMENT_JUSTIFY and re-compile the viewer.
/Mike