|
KiCad PCB EDA Suite
|
One font description inside a (textStyleDef ...). More...
#include <pcad_sch_parser.h>
Public Attributes | |
| bool | isTrueType = false |
| double | height = 100.0 |
| double | strokeWidth = 10.0 |
| bool | isBold = false |
| bool | isItalic = false |
One font description inside a (textStyleDef ...).
A style carries up to two fonts (Stroke and TrueType); textStyleDisplayTType selects the effective one.
Definition at line 52 of file pcad_sch_parser.h.
| double PCAD_SCH::FONT::height = 100.0 |
Definition at line 55 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().
| bool PCAD_SCH::FONT::isBold = false |
Definition at line 57 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().
| bool PCAD_SCH::FONT::isItalic = false |
Definition at line 58 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().
| bool PCAD_SCH::FONT::isTrueType = false |
Definition at line 54 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().
| double PCAD_SCH::FONT::strokeWidth = 10.0 |
Definition at line 56 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().