Make sure plotter uses default font when specified.

This commit is contained in:
Jeff Young
2022-02-10 20:33:06 +00:00
parent f11b8011cd
commit 082c6f5bd6
8 changed files with 48 additions and 42 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ void PlotDrawingSheet( PLOTTER* plotter, const PROJECT* aProject, const TITLE_BL
plotter->Text( text->GetTextPos(), plotColor, text->GetShownText(),
text->GetTextAngle(), text->GetTextSize(), text->GetHorizJustify(),
text->GetVertJustify(), penWidth, text->IsItalic(), text->IsBold(),
text->IsMultilineAllowed(), text->GetFont() );
text->IsMultilineAllowed(), text->GetDrawFont() );
}
break;