July 20, 2009
2:04 p.m.
Hi Stef, I'll fix these methods. (they need to use LogicalFonts e.g. f := LogicalFont familyName: 'DejaVu Sans' pointSize: 12. ) Cheers, Andy "Stéphane Ducasse" <stephane.ducasse@inria.fr> wrote in message news:4E6AD79B-7F45-4884-926A-597991139D4B@inria.fr...
Hi all
profileUnhintedWidthOfStringMulti and friends do not work any because t := TextStyle named: 'Arial'. f := t fontOfPointSize: 12.
t is nil
Stef