Updates: Status: Started
Comment #2 on issue 973 by alexandr...@gmail.com: Roassal font organizer singleton inconsistencies http://code.google.com/p/moose-technology/issues/detail?id=973
Hi Ben,
Thanks for having a look at this. Indeed, the platform management is not the best. I have introduced your first change:
ROAbstractLabel >> widthOfLine: string withFont: aFont ^ ROPlatform current fontOrganizerClass widthOfString: string font: font.
Any idea how to remove: ROFontOrganizer >> current ^ self subclasses first ?
For the fontOrganizerClass, I agree with you. But I feel what you propose a rather ad-hoc. We need to rethink completely the platform implementation I guess.