I can not reproduce this with this code:
Morph new
color:Color red;
��� hResizing: #shrinkWrap;
��� addMorph: (
������� 'Hello World' asMorph
����������� fontName: 'Open Sans' size: 75;
����������� emphasis: TextEmphasis bold emphasisCode);
��� openInWindowThe Morph is red!