<div dir="ltr"><div>Hi!<br><br></div><div>I attach a change to make LabelMorphs copy the color and font family of their Text content.</div><div>Here's an example you can use to see how it works now and after filing-in the change:</div><div><br></div><div><span style="font-family:monospace">TrueTypeFontFamily readAllTrueTypeFontsIn: DirectoryEntry trueTypeFontsDirectory / 'AlexBrush'.<br>aText := Text string: 'hola' attributes: { TextColor blue. TextFontFamily familyName: 'Alex Brush' }.<br>LabelMorph contents: aText :: openInHand</span></div><div><br></div><div>I also fixed a bug in Text>>#fontIfApplying:default:, where it failed if defaultFont was nil (which was expected to be sometimes, because it received #ifNil:).</div><div><br></div><div>Cheers!</div><div>Facu</div></div>