KiCad PCB EDA Suite
|
#include <sch_pin.h>
Public Attributes | |
KIFONT::FONT * | m_Font = nullptr |
int | m_FontSize = 0 |
VECTOR2I | m_Extents |
VECTOR2I SCH_PIN::EXTENTS_CACHE::m_Extents |
Definition at line 297 of file sch_pin.h.
Referenced by SCH_PIN::GetBoundingBox(), SCH_PIN::SetName(), SCH_PIN::SetNameTextSize(), SCH_PIN::SetNumber(), SCH_PIN::SetNumberTextSize(), and SCH_PIN::validateExtentsCache().
KIFONT::FONT* SCH_PIN::EXTENTS_CACHE::m_Font = nullptr |
Definition at line 295 of file sch_pin.h.
Referenced by SCH_PIN::validateExtentsCache().
int SCH_PIN::EXTENTS_CACHE::m_FontSize = 0 |
Definition at line 296 of file sch_pin.h.
Referenced by SCH_PIN::validateExtentsCache().