Flowing block

Informations

Author: Damon Kohler
License: GPL

Description

This script allows writing text in a block in much the same way the Write function works. The block is defined in a manner similar to MultiCell (width, line height, border, alignment and filling color). It is possible to add content with WriteFlowingBlock and change font attributes (SetFont and SetFontSize) between two calls.
Currently changes in text color are not supported; however, such a change could be easily added.

This was written as part of the phpFOP project.