Text Create

contents

Contains the text message to show. Currently GAMGI accepts only ASCII characters in the range 32-126:

\t \n ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ ".

Newline and tab characters are automatically converted to spaces, according to standard XML attribute value handling. For the sake of consistency, this file format behaviour is also replicated in GAMGI graphic interfaces. Currently GAMGI does not recognize any kind of hypertext or markup sequences, so text objects can contain only one line messages.

Example: <text ... contents="Hello World"/> (no default)
Allowed values: 200 ASCII characters maximum 
(defined in GAMGI_ENGINE_LINE) (required)
Home