KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::TEXT Struct Reference

#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
 

Detailed Description

Definition at line 468 of file pads_parser.h.

Member Data Documentation

◆ content

std::string PADS_IO::TEXT::content

Definition at line 470 of file pads_parser.h.

◆ font_descent

double PADS_IO::TEXT::font_descent = 0.0

Definition at line 483 of file pads_parser.h.

◆ font_face

std::string PADS_IO::TEXT::font_face

Definition at line 484 of file pads_parser.h.

◆ font_height

double PADS_IO::TEXT::font_height = 0.0

Definition at line 482 of file pads_parser.h.

◆ font_style

std::string PADS_IO::TEXT::font_style

Regular, Bold, Italic, Underline, or combinations.

Definition at line 481 of file pads_parser.h.

◆ height

double PADS_IO::TEXT::height = 0.0

Definition at line 472 of file pads_parser.h.

◆ hjust

std::string PADS_IO::TEXT::hjust

LEFT, CENTER, RIGHT.

Definition at line 477 of file pads_parser.h.

◆ layer

int PADS_IO::TEXT::layer = 0

Definition at line 474 of file pads_parser.h.

◆ location

POINT PADS_IO::TEXT::location

Definition at line 471 of file pads_parser.h.

◆ mirrored

bool PADS_IO::TEXT::mirrored = false

Definition at line 476 of file pads_parser.h.

◆ ndim

int PADS_IO::TEXT::ndim = 0

Auto-dimensioning text number, 0 if unused.

Definition at line 479 of file pads_parser.h.

◆ reuse_instance

std::string PADS_IO::TEXT::reuse_instance

Definition at line 480 of file pads_parser.h.

◆ rotation

double PADS_IO::TEXT::rotation = 0.0

Definition at line 475 of file pads_parser.h.

◆ vjust

std::string PADS_IO::TEXT::vjust

UP, CENTER, DOWN.

Definition at line 478 of file pads_parser.h.

◆ width

double PADS_IO::TEXT::width = 0.0

Definition at line 473 of file pads_parser.h.


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