LibrePCB Developers Documentation
|
Represents a KiCad symbol text. More...
#include <kicadtypes.h>
Static Public Member Functions | |
static KiCadSymbolText | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
QString | text |
QPointF | position |
qreal | rotation = 0 |
QSizeF | fontSize |
qreal | fontThickness = 0 |
Qt::Alignment | alignment = Qt::AlignCenter |
Represents a KiCad symbol text.
|
static |
QString text |
QPointF position |
qreal rotation = 0 |
QSizeF fontSize |
qreal fontThickness = 0 |
Qt::Alignment alignment = Qt::AlignCenter |