[squeak-dev] Ho to remove some font sets from Squeak?

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

[squeak-dev] Ho to remove some font sets from Squeak?

L'Valente
Hi,

I'm testiing some free fonts in Squeak. In Windows, I droped the ttf files and installed the fonts this way, but I don't like a few of them and want to get it out again. Is there a way to uninstall the fonts I decide?
Thanks in advance.

--
All the best,
Luís Valente


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Ho to remove some font sets from Squeak?

Yoshiki Ohshima-2
  Hi, Luis,

At Sun, 29 Mar 2009 03:40:25 +0100,
Luis Valente wrote:
>
> I'm testiing some free fonts in Squeak. In Windows, I droped the ttf files and installed the fonts this way, but I don't
> like a few of them and want to get it out again. Is there a way to uninstall the fonts I decide?
> Thanks in advance.

Depending on the version of Squeak you are using, open a Text object and type:

TTCFont removeStyleName: 'TheStyleName'.

(Replace TheStyleName with the name you see in the list of fonts.)

and press Alt-d when the cursor is in the Text.

-- Yoshiki

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Ho to remove some font sets from Squeak?

L'Valente
Hi Yoshiki,

Thank you. Its working fine.

Luis

2009/3/30 Yoshiki Ohshima <[hidden email]>
 Hi, Luis,

At Sun, 29 Mar 2009 03:40:25 +0100,
Luis Valente wrote:
>
> I'm testiing some free fonts in Squeak. In Windows, I droped the ttf files and installed the fonts this way, but I don't
> like a few of them and want to get it out again. Is there a way to uninstall the fonts I decide?
> Thanks in advance.

Depending on the version of Squeak you are using, open a Text object and type:

TTCFont removeStyleName: 'TheStyleName'.

(Replace TheStyleName with the name you see in the list of fonts.)

and press Alt-d when the cursor is in the Text.

-- Yoshiki




--
All the best,
Luís Valente