A bug with pointSize?

Javier Diaz-Reinoso javier_diaz_r at mac.com
Thu Aug 24 17:46:05 UTC 2006


Is this a bug?:

f0:=TextStyle defaultFont.
p0:=f0 pointSize.

f1:=(StrikeFont familyName: (f0 name) size: (f0 pointSize)).
p1:=f1 pointSize.
	
f0 asString, ' p0=', p0 asString, ' ', f1 asString, ' p1=', p1 asString






More information about the Squeak-dev mailing list