Skip to content

vintagedave/fully-justified-text

Repository files navigation

fully-justified-text

This is a Delphi VCL / Windows project for text output, allowing printing of fully justified text with a variety of options.

== More info ==

Text can normally only be drawn left-aligned, right-aligned or centered. This unit provides a method to draw fully justified text - that is, text that meets both the left- and right-hand edges of the bounding rectangle, with variable spacing between words.

It wraps the Windows API SetTextJustification, but includes an automatically used alternative implementation for fonts that cannot be used with that API. This includes Segoe UI.

Project home page: http://parnassus.co/open-source/justified-text/

This project used to be hosted on Google Code (code.google.com/p/fully-justified-text) but was migrated on 2015-03-12.

About

Automatically exported from code.google.com/p/fully-justified-text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages