Re: scripting font change in TextEdit / NoteTaker, etc
Re: scripting font change in TextEdit / NoteTaker, etc
- Subject: Re: scripting font change in TextEdit / NoteTaker, etc
- From: Emmanuel <email@hidden>
- Date: Tue, 20 Jul 2004 11:48:14 +0200
At 8:02 PM +0200 18/07/04, Michael Cytrynowicz wrote:
>
I thought it would be pretty trivial, but I can't figure how to do it.
>
What I need to do is in TextEdit - and alsi in Notetaker - to be able to
>
change the font of selected text to, say, verdana 10.
Probably not the solution you were dreaming of, but Smile lets you manipulate styled text by script, and do such things as:
--------------
set properties of selection of window 2 to {text font:"Geneva", text size:6}
--------------
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.