On Sat, Aug 29, 2009 at 1:24 PM, Adrian Lienhard<adi@netstyle.ch> wrote:
Hmm, I can reproduce the problem by updating from a Pharo 09.08.3 image and then opening the test runner. The problem is that the array stored in the variable 'families' of a FreeTypeFontProvider is screwed up. Its 'index' variable points to the string 'DejaVu Sans'.
This reminds me of http://code.google.com/p/pharo/issues/detail?id=405
OK, there was a fix for this but I overlooked that we need to run "FreeTypeFontProvider current initialize" as postscript.
So, the current workaround is:
FreeTypeFontProvider current initialize.
I will add that to the next update.
We have done that in 10423 with Stéphane. Seems to work fine. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry