Skip to content

Commit

Permalink
StandardFont
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson authored and beutlich committed May 24, 2021
1 parent 2403244 commit b35af23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Complex.mo
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ operator record Complex "Complex number with overloaded operators"
extent={{-200,-200},{200,250}},
textColor={128,128,128},
textString="-",
fontName="Arial")}));
fontName="serif")}));
end '-';

encapsulated operator '*' "Multiplication"
Expand Down Expand Up @@ -134,9 +134,9 @@ operator record Complex "Complex number with overloaded operators"
extent={{-100,-100},{100,100}},
radius=25.0),
Text(
extent={{-200,-200},{200,80}},
extent={{-200,-200},{200,100}},
textColor={128,128,128},
fontName="Arial",
fontName="serif",
textString="*")}));
end '*';

Expand Down

0 comments on commit b35af23

Please sign in to comment.