Back Previous Next


Linguist graphics package - styledtext

Syntax:

   styledtext {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKStyledtext.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHStyledtext.class

Function:

Declares a styled text variable or an array of such variables. A styled text component is able to hold a text string in any font, color and size, and its alpha value (transparency) can be set to any value from fully transparent to fully opaque. See also create and set.

Example(s):

   styledtext Title
   styledtext Titles 8


Back Previous Next