[squeak-dev] How to setup fonts programatically?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] How to setup fonts programatically?

Vladimir Pogorelenko
Damien Cassou' image contains nice script to setup nice fonts on Mac.

I opened script manager on Documentation → antialiasedFonts. But I  
can't decode what is the script behind setting up nice fonts.
How I can found what is the script behind the link and how to setup  
fonts in squeak programatically?



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] How to setup fonts programatically?

David Mitchell-10
Here is a message describing a script to set fonts:

http://lists.squeakfoundation.org/pipermail/beginners/2007-August/002882.html

On Tue, May 20, 2008 at 7:36 AM, Vladimir Pogorelenko
<[hidden email]> wrote:

> Damien Cassou' image contains nice script to setup nice fonts on Mac.
>
> I opened script manager on Documentation → antialiasedFonts. But I can't
> decode what is the script behind setting up nice fonts.
> How I can found what is the script behind the link and how to setup fonts in
> squeak programatically?
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] How to setup fonts programatically?

Damien Cassou-3
In reply to this post by Vladimir Pogorelenko
On Tue, May 20, 2008 at 2:36 PM, Vladimir Pogorelenko
<[hidden email]> wrote:
> Damien Cassou' image contains nice script to setup nice fonts on Mac.
>
> I opened script manager on Documentation → antialiasedFonts. But I can't
> decode what is the script behind setting up nice fonts.
> How I can found what is the script behind the link and how to setup fonts in
> squeak programatically?

Everything in the ScriptManager is generated automatically from squeak
code.  In your case, you want to read
DEVImageCreator>>antialiasedFonts.

Bye


--
Damien Cassou
Peter von der Ahé: «I'm beginning to see why Gilad wished us good
luck». (http://blogs.sun.com/ahe/entry/override_snafu)