Fix a couple of problems with text stroke thickness.

This commit is contained in:
Jeff Young
2020-04-21 21:17:59 +01:00
parent da7205ff32
commit fbd68722b2
4 changed files with 18 additions and 9 deletions
+2
View File
@@ -667,6 +667,8 @@ void BRDITEMS_PLOTTER::PlotTextePcb( TEXTE_PCB* pt_texte )
// So we set bold flag to true
bool allow_bold = pt_texte->IsBold() || thickness;
m_plotter->SetCurrentLineWidth( thickness );
if( pt_texte->IsMultilineAllowed() )
{
std::vector<wxPoint> positions;