Richard Gaskin <[EMAIL PROTECTED]> said, on 7/25/00 1:53 PM:

>Jacqueline Landman Gay at wrote:
>
>> Is there a way to detect the system's menu font on the machine running
>> MetaCard? On Mac, that could be Chicago, Charcoal, or several others. On
>> Windows, probably MS Sans Serif.
>
>Set the font to 0 (zero)

MetaCard took 0, but seemed to do something strange with it. My system 
font (Charcoal) didn't display right.

With the externals collection (maybe other xcmds as well) to run 
AppleScripts, you could run the following to get the system font:

tell application "Appearance"
        the system font of the current theme
end tell

Presumably that could be translated into an apple event, so you could do 
it directly with MetaCard's built-in send command, but I've never 
developed the skill of translating from applescript to apple events.

gc

Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to