KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_SCH::TEXT_ITEM Struct Reference

Free text item from TEXT section. More...

#include <pads_sch_parser.h>

Public Attributes

POINT position
 
int rotation = 0
 
int justification = 0
 
int height = 0
 
int width_factor = 0
 
int attr_flag = 0
 
std::string font_name
 
std::string content
 

Detailed Description

Free text item from TEXT section.

Definition at line 425 of file pads_sch_parser.h.

Member Data Documentation

◆ attr_flag

int PADS_SCH::TEXT_ITEM::attr_flag = 0

Definition at line 432 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionTEXT().

◆ content

std::string PADS_SCH::TEXT_ITEM::content

◆ font_name

std::string PADS_SCH::TEXT_ITEM::font_name

Definition at line 433 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionTEXT().

◆ height

int PADS_SCH::TEXT_ITEM::height = 0

◆ justification

int PADS_SCH::TEXT_ITEM::justification = 0

◆ position

POINT PADS_SCH::TEXT_ITEM::position

◆ rotation

int PADS_SCH::TEXT_ITEM::rotation = 0

◆ width_factor

int PADS_SCH::TEXT_ITEM::width_factor = 0

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