|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | content |
| POINT | location |
| double | height = 0.0 |
| double | width = 0.0 |
| int | layer = 0 |
| double | rotation = 0.0 |
| bool | mirrored = false |
| std::string | hjust |
| LEFT, CENTER, RIGHT. | |
| std::string | vjust |
| UP, CENTER, DOWN. | |
| int | ndim = 0 |
| Auto-dimensioning text number, 0 if unused. | |
| std::string | reuse_instance |
| std::string | font_style |
| Regular, Bold, Italic, Underline, or combinations. | |
| double | font_height = 0.0 |
| double | font_descent = 0.0 |
| std::string | font_face |
Definition at line 468 of file pads_parser.h.
| std::string PADS_IO::TEXT::content |
Definition at line 470 of file pads_parser.h.
| double PADS_IO::TEXT::font_descent = 0.0 |
Definition at line 483 of file pads_parser.h.
| std::string PADS_IO::TEXT::font_face |
Definition at line 484 of file pads_parser.h.
| double PADS_IO::TEXT::font_height = 0.0 |
Definition at line 482 of file pads_parser.h.
| std::string PADS_IO::TEXT::font_style |
Regular, Bold, Italic, Underline, or combinations.
Definition at line 481 of file pads_parser.h.
| double PADS_IO::TEXT::height = 0.0 |
Definition at line 472 of file pads_parser.h.
| std::string PADS_IO::TEXT::hjust |
LEFT, CENTER, RIGHT.
Definition at line 477 of file pads_parser.h.
| int PADS_IO::TEXT::layer = 0 |
Definition at line 474 of file pads_parser.h.
| POINT PADS_IO::TEXT::location |
Definition at line 471 of file pads_parser.h.
| bool PADS_IO::TEXT::mirrored = false |
Definition at line 476 of file pads_parser.h.
| int PADS_IO::TEXT::ndim = 0 |
Auto-dimensioning text number, 0 if unused.
Definition at line 479 of file pads_parser.h.
| std::string PADS_IO::TEXT::reuse_instance |
Definition at line 480 of file pads_parser.h.
| double PADS_IO::TEXT::rotation = 0.0 |
Definition at line 475 of file pads_parser.h.
| std::string PADS_IO::TEXT::vjust |
UP, CENTER, DOWN.
Definition at line 478 of file pads_parser.h.
| double PADS_IO::TEXT::width = 0.0 |
Definition at line 473 of file pads_parser.h.