KiCad PCB EDA Suite
|
#include <cadstar_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
wxString | Name = wxT( "CADSTAR" ) |
long | Modifier1 = FONT_NORMAL |
It seems this is related to weight. 400=Normal, 700=Bold. | |
long | Modifier2 = 0 |
It seems this is always 0 regardless of settings. | |
bool | KerningPairs |
From CADSTAR Help: "Kerning Pairs is for causing the system to
automatically reduce the spacing between certain pairs of
characters in order to improve the appearance of the text". | |
bool | Italic = false |
Definition at line 333 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 267 of file cadstar_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), and THROW_UNKNOWN_NODE_IO_ERROR.
bool CADSTAR_ARCHIVE_PARSER::FONT::Italic = false |
Definition at line 342 of file cadstar_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::applyTextCodeIfExists().
bool CADSTAR_ARCHIVE_PARSER::FONT::KerningPairs |
From CADSTAR Help: "Kerning Pairs is for causing the system to automatically reduce the spacing between certain pairs of characters in order to improve the appearance of the text".
Definition at line 338 of file cadstar_archive_parser.h.
long CADSTAR_ARCHIVE_PARSER::FONT::Modifier1 = FONT_NORMAL |
It seems this is related to weight. 400=Normal, 700=Bold.
Definition at line 336 of file cadstar_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::applyTextCodeIfExists().
long CADSTAR_ARCHIVE_PARSER::FONT::Modifier2 = 0 |
It seems this is always 0 regardless of settings.
Definition at line 337 of file cadstar_archive_parser.h.
wxString CADSTAR_ARCHIVE_PARSER::FONT::Name = wxT( "CADSTAR" ) |
Definition at line 335 of file cadstar_archive_parser.h.