[FIX] FontOfPointSizeFix-nk ( [er][sm][et] works, code good )

Alexander at Lazarevic.de Alexander at Lazarevic.de
Tue Jun 15 08:37:10 CEST 2004


code is good, after fileIn I haven't found anything to break, and passes
this tests

(TextStyle default fontOfPointSize: 12) pointSize 12
(TextStyle default fontOfPointSize: 99) pointSize 24
(TextStyle default fontOfPointSize: -12) pointSize 9
(TextStyle default fontOfPointSize: 11.9) pointSize 10

I think we can live with this:
(TextStyle default fontOfPointSize: 1e5) pointSize 9


More information about the Squeak-harvest mailing list