Default TEXT_ATTRIBUTES angles to tenths of a degree, not radians.
This commit is contained in:
parent
3f98769a77
commit
862d8ce48d
|
@ -65,7 +65,7 @@ public:
|
|||
KIFONT::FONT* m_Font = nullptr;
|
||||
GR_TEXT_H_ALIGN_T m_Halign = GR_TEXT_H_ALIGN_CENTER;
|
||||
GR_TEXT_V_ALIGN_T m_Valign = GR_TEXT_V_ALIGN_CENTER;
|
||||
EDA_ANGLE m_Angle;
|
||||
EDA_ANGLE m_Angle = ANGLE_0;
|
||||
double m_LineSpacing = 1.0;
|
||||
int m_StrokeWidth = 0;
|
||||
bool m_Italic = false;
|
||||
|
|
Loading…
Reference in New Issue