problem with font
problem with font
- Subject: problem with font
- From: Rounak Jain <email@hidden>
- Date: Fri, 23 Oct 2009 15:07:13 +0530
My watermarking problem is solved. But I need to add some text to one of my images. I was trying some scripts after reading the examples here:
One of them is this:
set ifolder to (path to desktop folder from user domain) set qifolder to quoted form of (POSIX path of ifolder) set thecmd to "cd " & qifolder & "&& /opt/local/bin/convert -size 320x100 xc:lightblue -font Candice -pointsize 72 -fill green -stroke black -strokewidth 5 -annotate +25+65 'Rounak' -stroke none -annotate +25+65 'Rounak' font_comet.jpg"
do shell script thecmd
However, when in the above script, I change Candice to name of any other font like Eurostile or Times or Playbill, the font does not change. Do you know how to change the font?
Thanks |
_______________________________________________
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