LibrePCB Developers Documentation
|
Represents a KiCad footprint text. More...
#include <kicadtypes.h>
Static Public Member Functions | |
static KiCadFootprintText | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
KiCadSymbolTextType | type |
QString | text |
QPointF | position |
qreal | rotation = 0 |
KiCadLayer | layer |
QSizeF | fontSize |
qreal | fontThickness = 0 |
Qt::Alignment | alignment = Qt::AlignCenter |
bool | mirror = false |
bool | unlocked = false |
Represents a KiCad footprint text.
|
static |
KiCadSymbolTextType type |
QString text |
QPointF position |
qreal rotation = 0 |
KiCadLayer layer |
QSizeF fontSize |
qreal fontThickness = 0 |
Qt::Alignment alignment = Qt::AlignCenter |
bool mirror = false |
bool unlocked = false |