That is great news, Michael! Cheers, Doru
On 17 Dec 2009, at 13:39, Michael Rueger wrote: > Hi all, > > there is now a Pharo port of Rome :-) > > Quite a few things are still untested and probably broken, freetype > integration isn't what it should be yet, but it basically works. > > You will need the RomePlugin for your platform. > https://gforge.inria.fr/frs/download.php/25047/RomePlugin.bundle.zip > https://gforge.inria.fr/frs/download.php/25046/rome.zip > > To load: > > Get these two packages from PharoInbox (for now) > Graphics-MichaelRueger.168 > FreeType-MichaelRueger.498 > > To load Rome: > > Gofer new > impara: 'RomePharo'; > addPackage: 'Rome-BalloonCanvas'; > addPackage: 'Rome-Base'; > addPackage: 'Rome-PluginCanvas'; > addPackage: 'Rome-Fonts'; > addPackage: 'Rome-Demo'; > load > > > Make sure that Freetype fonts are loaded: > > FreeTypeFontProvider current loadFromSystem. > RomeFontManager resetDefault > > There is no support for strike or TT fonts (yet). > > Michael > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- www.tudorgirba.com "Beauty is where we see it." _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
