KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCAD_SCH::FONT Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ height

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().

◆ isBold

bool PCAD_SCH::FONT::isBold = false

Definition at line 57 of file pcad_sch_parser.h.

Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().

◆ isItalic

bool PCAD_SCH::FONT::isItalic = false

Definition at line 58 of file pcad_sch_parser.h.

Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().

◆ isTrueType

bool PCAD_SCH::FONT::isTrueType = false

Definition at line 54 of file pcad_sch_parser.h.

Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseTextStyleDef().

◆ strokeWidth

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().


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