Mike
from an infrastructure point of view
it would be good to have all the pharo related files in the same place.
Could not you use PharoTaskForces?

Stef

On Dec 17, 2009, at 1:39 PM, 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


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to