Hi,
I promoted the Athens loading script in the MooseImageSetupCommandLineHandler, so now, you
can simply say:
MooseImageSetupCommandLineHandler new installFonts.
MooseImageSetupCommandLineHandler new installAthens.
And you get a nice looking image (see the link for a screenshot):
https://dl.dropboxusercontent.com/u/18323746/Tmp/free-type-fonts%2Bathens.p…
Cheers,
Doru
On May 13, 2013, at 11:59 AM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
Hi,
Until we get a proper configuration working and accepted, here is a script to make
Roassal work with Athens:
MooseImageSetupCommandLineHandler new installFonts. "this depends on a Moose
image"
Gofer new
smalltalkhubUser: 'Pharo' project: 'Athens';
package: 'ConfigurationOfAthens';
load.
(Smalltalk at: #ConfigurationOfAthens) loadVersion: '2.1'.
Gofer new
smalltalkhubUser: 'ObjectProfile' project: 'Roassal';
package: 'RoassalAthens';
load.
ROPlatform setCurrent: 'athens'.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
--
www.tudorgirba.com
"Problem solving efficiency grows with the abstractness level of problem
understanding."