KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PIN_LAYOUT_CACHE::TEXT_INFO Struct Reference

#include <pin_layout_cache.h>

Public Attributes

wxString m_Text
 
int m_TextSize
 
int m_Thickness
 
VECTOR2I m_TextPosition
 
GR_TEXT_H_ALIGN_T m_HAlign
 
GR_TEXT_V_ALIGN_T m_VAlign
 
EDA_ANGLE m_Angle
 

Detailed Description

Definition at line 99 of file pin_layout_cache.h.

Member Data Documentation

◆ m_Angle

EDA_ANGLE PIN_LAYOUT_CACHE::TEXT_INFO::m_Angle

◆ m_HAlign

GR_TEXT_H_ALIGN_T PIN_LAYOUT_CACHE::TEXT_INFO::m_HAlign

◆ m_Text

wxString PIN_LAYOUT_CACHE::TEXT_INFO::m_Text

Definition at line 101 of file pin_layout_cache.h.

Referenced by KIGFX::SCH_PAINTER::draw().

◆ m_TextPosition

VECTOR2I PIN_LAYOUT_CACHE::TEXT_INFO::m_TextPosition

◆ m_TextSize

int PIN_LAYOUT_CACHE::TEXT_INFO::m_TextSize

Definition at line 102 of file pin_layout_cache.h.

Referenced by KIGFX::SCH_PAINTER::draw().

◆ m_Thickness

int PIN_LAYOUT_CACHE::TEXT_INFO::m_Thickness

Definition at line 103 of file pin_layout_cache.h.

Referenced by KIGFX::SCH_PAINTER::draw().

◆ m_VAlign

GR_TEXT_V_ALIGN_T PIN_LAYOUT_CACHE::TEXT_INFO::m_VAlign

Definition at line 106 of file pin_layout_cache.h.

Referenced by KIGFX::SCH_PAINTER::draw().


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