Text justification is currently done by breaking down the text into lines of fixed number of words i.e. 4 words per line. If the word lengths vary in the same text the lines will look terribly unaligned. Improve this by using a smarter text justification algorithm.
Text justification is currently done by breaking down the text into lines of fixed number of words i.e. 4 words per line. If the word lengths vary in the same text the lines will look terribly unaligned. Improve this by using a smarter text justification algorithm.