Comment #4 on issue 437 by alexandr...(a)gmail.com: Text is not affected by
zooming in Mondrian
http://code.google.com/p/moose-technology/issues/detail?id=437
Another email from Alain Plantec: 31 January 2011
Hi Doru,
I've take a look and I think I've fixed it.
Unfortunately the network is much too slow here for this BIG package.
You can simply fix it by yourself locally (before it is uploaded on
squeaksource).
Just edit DejaVuHolder class >> #installSizes:
and set it to:
installSizes: aListOfInteger
"self installSizes: #(7 8 9 10 11 12 13 14 24)"
TextConstants TextSharedInformation
at: self fontName
put: (TextStyle fontArray: (self loadFromStructuresList: (self
fontStructureNamesForSizes: aListOfInteger))).
StrikeFont useUnderscoreIfOver1bpp.
I've tried it very quickly, hope it is enough...
Cheers
Alain