[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

The IntuiText structure provides a simple way of writing text strings
within an Intuition display element.  These strings may be used in
windows, screens, menus, gadgets and requesters.  To set up an IntuiText,
you specify the following:

  * Pen colors for the text.

  * A draw mode.

  * The starting offset for the text.

  * The font used to render the text.

  * The text string to output.

 IntuiText Structure               Text Colors and Drawing Modes 
 Directly Drawing the IntuiText    Fonts 
 Determining Text Length           Linking Text Strings 
 IntuiText Example