Back Previous Next


Linguist graphics package - font

Syntax:

   font {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKFont.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHFont.class

Function:

Declares a font variable or an array of fonts. The array size is fixed at time of compilation.

A font variable holds a specification for any font available on the system; its family name, style, size and color. See create.

Example(s):

   font BodyText
   font Fonts 8


Back Previous Next