Rationalize penWidth processing as first step in removing some globals.

This commit is contained in:
Jeff Young
2020-04-13 20:58:13 +01:00
parent d014dc47ab
commit 6e800bddae
53 changed files with 261 additions and 425 deletions
+2 -2
View File
@@ -116,8 +116,8 @@ void PlotWorkSheet( PLOTTER* plotter, const PROJECT* aProject, const TITLE_BLOCK
plotter->Text( text->GetTextPos(), plotColor, text->GetShownText(),
text->GetTextAngle(), text->GetTextSize(),
text->GetHorizJustify(), text->GetVertJustify(),
text->GetPenWidth(), text->IsItalic(), text->IsBold(),
text->IsMultilineAllowed() );
text->GetEffectiveTextPenWidth( nullptr ),
text->IsItalic(), text->IsBold(), text->IsMultilineAllowed() );
}
break;