15.1 Overview

Floattext class is a class that takes a big text string as input and splits it up into several lines to be dislayed. Formatting capabilities include paragraphs and justified text with word wrap.

Here is an example of how to use the <floattext> command:

 
<floattext>Hello World</floattext>

Here is the same example in bold:

 
<floattext>\33bHello World</floattext>

The string you specify here can use text formatting codes. See Text formatting codes for details.


Show TOC