Re: Formatting fonts
Re: Formatting fonts
- Subject: Re: Formatting fonts
- From: Emmanuel LEVY <email@hidden>
- Date: Mon, 03 Nov 2014 15:17:42 +0100
This may be only partially true.
For instance, here a script I run whenever I install a new machine, to set Applescript's text formats.
--------
set theformats to {{font:"Lucida Grande", text size:11.0, style:{}, color:{9993, 9993, 9993}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{41, 0, 0}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{19835, 36752, 10829}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{0, 32767, 4528}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{31999, 31999, 31999}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{56682, 2241, 16137}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{0, 26, 0}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{59999, 0, 0}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{0, 21747, 36474}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{0, 0, 65535}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{0, 0, 65535}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{27745, 1206, 54283}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{19130, 7761, 32626}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{0, 5668, 45210}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{0, 5670, 45210}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{0, 5671, 45210}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{17401, 5414, 45323}}, {font:"Lucida Grande", text size:11.0, style:{}, color:{9781, 4600, 20973}}}
repeat with i from 1 to (count theformats)
set ASFormat i to contents of item i of theformats
end repeat
--------
Best,
Emmanuel
On Nov 3, 2014, at 2:34 PM, Robert Poland wrote:
> Hi,
>
> I understand that to format the fonts in Smile I need to set them in Applescript Editor preferences, and apply them.
>
> What I don’t understand is why I need to do this over and over again. The changes never last.
>
> Is there a patch, or, to fix this Yosemite(?) “Feature"?
>
> TIA,
>
> Robert Poland
> iMac, Late 2013, 14,2
> 3.2 GHz Intel Core I5, 27”
> 16 GB Ram, 1TB Fusion HD
> OS X 10.10
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden