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