Author(s): Montserrat Urraca.
Version: 1.10#7 (2006/4/26, 19:22:13 CEST)
Version of last change: 1.9#148 (2003/12/4, 17:34:58 CET)
text_class)text_class)
Usage: coord(+X, +Y)
X and Y specify the coordinates of a point used to position the text on the display.
+X is an integer.
(basic_props:int/1)
+Y is an integer.
(basic_props:int/1)
Usage: point(+X, +Y)
X and Y change the coordinates of a point used to position the text on the display.
+X is an integer.
(basic_props:int/1)
+Y is an integer.
(basic_props:int/1)
Usage 1: text_characters(+Text)
Text specifies the characters to be displayed in the text item. This option defaults to an empty string.
+Text is currently instantiated to an atom.
(term_typing:atom/1)
Usage 2: text_characters(-Text)
-Text is currently instantiated to an atom.
(term_typing:atom/1)
Usage 1: anchor(+AnchorPos)
AnchorPos tells how to position the text relative to the positioning point for the text. This option defaluts to center.
+AnchorPos is currently instantiated to an atom.
(term_typing:atom/1)
Usage 2: anchor(-AnchorPos)
-AnchorPos is currently instantiated to an atom.
(term_typing:atom/1)
Usage 1: font_type(+Font)
Font specifies the font to use for the text item. This option defaluts to arial.
+Font is currently instantiated to an atom.
(term_typing:atom/1)
Usage 2: font_type(-Font)
Font used for the text item.
-Font is currently instantiated to an atom.
(term_typing:atom/1)
Usage 1: justify_text(+How)
How specifies how to justify the text within its bounding region. How must be one of the values left, right or center. This option defaluts to left.
+How is currently instantiated to an atom.
(term_typing:atom/1)
Usage 2: justify_text(-How)
How is justified the text.
-How is currently instantiated to an atom.
(term_typing:atom/1)
Go to the first, previous, next, last section, table of contents.