4/12/02 John Verity :
>My wish list: some way to change the printing font
Adjust to your liking and trigger from your favorite script launcher (I
use OSA Menu for it's hierarchical menus and easy-to-set keyboard
shortcuts)
tell application "Claris Emailer"
set printing font to "Times"
set printing font size to 9
end
You can change messages' display fonts too:
tell application "Claris Emailer"
set windowClass to class of window 1
if (windowClass as text) contains "message window" then
set message font of window 1 to "Geneva"
set message font size of window 1 to 9
end if
end tell
----
VRic
___________________________________________________________________________
To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to
<[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>