|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Member Functions | |
| const FONT & | EffectiveFont () const |
Public Attributes | |
| wxString | name |
| FONT | strokeFont |
| FONT | ttfFont |
| bool | hasTtfFont = false |
| bool | displayTType = false |
Definition at line 61 of file pcad_sch_parser.h.
|
inline |
Definition at line 69 of file pcad_sch_parser.h.
References displayTType, hasTtfFont, strokeFont, and ttfFont.
| bool PCAD_SCH::TEXT_STYLE::displayTType = false |
Definition at line 67 of file pcad_sch_parser.h.
Referenced by EffectiveFont(), and PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().
| bool PCAD_SCH::TEXT_STYLE::hasTtfFont = false |
Definition at line 66 of file pcad_sch_parser.h.
Referenced by EffectiveFont(), and PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().
| wxString PCAD_SCH::TEXT_STYLE::name |
Definition at line 63 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::LoadFromFile(), and PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().
| FONT PCAD_SCH::TEXT_STYLE::strokeFont |
Definition at line 64 of file pcad_sch_parser.h.
Referenced by EffectiveFont(), and PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().
| FONT PCAD_SCH::TEXT_STYLE::ttfFont |
Definition at line 65 of file pcad_sch_parser.h.
Referenced by EffectiveFont(), and PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().