[squeak-dev] Text truncation in trunk

Javier Diaz-Reinoso javier_diaz_r at mac.com
Mon Sep 21 19:42:07 UTC 2009


Testing some code I wrote in Squeak-3.10.2-Closures (and works ok), in  
the trunk I find some text truncation.
Example code is:

	font1 := (TextFontReference toFont: (StrikeFont familyName: 'Atlanta'  
size: 24)).
	msg := (3.83 asString, ' RPS (', 3 asString, ' pts), Vavg=', 2.35  
asString)
		asText addAttribute: font1.
	nota:=TextMorph new.
	nota contents: msg.
	nota openInWorld
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen shot 2009-09-21 at 14.33.png
Type: image/png
Size: 20107 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20090921/35353dd1/Screenshot2009-09-21at14.33.png


More information about the Squeak-dev mailing list