LibrePCB Developers Documentation
KiCadSymbolText Struct Referencefinal

Represents a KiCad symbol text. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadSymbolText:

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
 

Detailed Description

Represents a KiCad symbol text.

Member Function Documentation

◆ parse()

KiCadSymbolText 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

◆ text

QString text

◆ position

QPointF position

◆ rotation

qreal rotation = 0

◆ fontSize

QSizeF fontSize

◆ fontThickness

qreal fontThickness = 0

◆ alignment

Qt::Alignment alignment = Qt::AlignCenter

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