KiCad PCB EDA Suite
|
Cached extent of a text item. More...
Public Attributes | |
KIFONT::FONT * | m_Font = nullptr |
int | m_FontSize = 0 |
VECTOR2I | m_Extents |
Cached extent of a text item.
Definition at line 134 of file pin_layout_cache.h.
VECTOR2I PIN_LAYOUT_CACHE::TEXT_EXTENTS_CACHE::m_Extents |
Definition at line 138 of file pin_layout_cache.h.
Referenced by PIN_LAYOUT_CACHE::getUntransformedPinNameBox(), PIN_LAYOUT_CACHE::getUntransformedPinNumberBox(), PIN_LAYOUT_CACHE::getUntransformedPinTypeBox(), and PIN_LAYOUT_CACHE::recomputeExtentsCache().
KIFONT::FONT* PIN_LAYOUT_CACHE::TEXT_EXTENTS_CACHE::m_Font = nullptr |
Definition at line 136 of file pin_layout_cache.h.
Referenced by PIN_LAYOUT_CACHE::recomputeExtentsCache().
int PIN_LAYOUT_CACHE::TEXT_EXTENTS_CACHE::m_FontSize = 0 |
Definition at line 137 of file pin_layout_cache.h.
Referenced by PIN_LAYOUT_CACHE::recomputeExtentsCache().