angle | real (0.0...359.9°) |
font | int (FONT_...) |
layer | int |
mirror | int |
ratio | int |
size | int |
value | string |
x, y | int (origin point) |
Loop members
wires() | UL_WIRE (see note) |
Constants
FONT_VECTOR | vector font |
FONT_PROPORTIONAL | proportional font |
FONT_FIXED | fixed font |
Viz také UL_BOARD, UL_PACKAGE, UL_SHEET, UL_SYMBOL
Note
The wires() loop member always accesses the individual wires the text is composed of when using the vector font, even if the actual font is not FONT_VECTOR.
Příklad
board(B) { B.texts(T) { printf("Text: %s\n", T.value); } }
OBSAH | Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH |