LibrePCB Developers Documentation
KiCadFootprintText Struct Referencefinal

Represents a KiCad footprint text. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadFootprintText:

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
 

Detailed Description

Represents a KiCad footprint text.

Member Function Documentation

◆ parse()

KiCadFootprintText parse ( const SExpression node,
MessageLogger log 
)
static
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ type

◆ text

QString text

◆ position

QPointF position

◆ rotation

qreal rotation = 0

◆ layer

KiCadLayer layer

◆ fontSize

QSizeF fontSize

◆ fontThickness

qreal fontThickness = 0

◆ alignment

Qt::Alignment alignment = Qt::AlignCenter

◆ mirror

bool mirror = false

◆ unlocked

bool unlocked = false

The documentation for this struct was generated from the following files: