Valid in: Schematic and Symbol files
type x y color size visibility show_name_value angle alignment
string
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 |
string | string | The text string, on a seperate line |
The following diagram shows what the values for the alignment field mean:
Example:
T 16900 35800 3 10 1 0 0 0
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!