text

Valid in: Schematic and Symbol files

type x y color size visibility show_name_value angle alignment num_lines
string line 1
string line 2
string line 3
...
string line N


Field Type/unit Description
type char T
x int/mils First X coordinate
y int/mils First Y coordinate
color int Color index
size int/points Size of text
visibility int Visibility of text
show_name_value int Attribute visibility control
angle int/degrees Angle of the text
alignment int Alignment/origin of the text
num_lines int Number of lines of text (1 based)
string line 1 ... N string The text strings, on a seperate line

Example:
T 16900 35800 3 10 1 0 0 0 1
Text string!

A text object with the origin at (16900, 35800), color index 3, 10 points in size, visible, attribute flags not valid (not an attribute), origin at lower left, string: Text string!

Example:
T 16900 35800 3 10 1 0 0 0 5
Text string line 1
Text string line 2
Text string line 3
Text string line 4
Text string line 5

This is a similar text object as the above example, however here there are five lines of text.

Ales Hvezda 2005-08-20