dimnorin / TextJustificator

Justify input text by left and right edge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text Justificator

This is utility to split input text into paragraphs and justify it, e.g. format it to become text with width N (20 - 120) characters aligned to the right and the left edge. Line width should be increased by adding spaces - one by one, starting from the right. The end of the paragraph is a string that ends in the corresponding punctuation. New paragraphs should indent four spaces. Paragraph of a single line less than half of N - is the title and its justify not needed.

About

Justify input text by left and right edge

License:GNU Lesser General Public License v2.1


Languages

Language:Java 100.0%