Home / comp / gb.qt / draw / richtext 
Draw.RichText (gb.qt)
Syntax
STATIC SUB RichText ( Text AS String, X AS Integer, Y AS Integer [ , Width AS Integer, Height AS Integer, Alignment AS Integer ] )
Draws a piece of rich text.

If you specified the optional parameters, then the text is constrained to the given rectangle, and aligned according to the Alignment parameter.

See also

Align