Tracy Pearson wrote:

For those presenters that need to change the font sizes quickly:

        *-- The following sets the font to Lucida Console 10pt
        Local laEnv[25]
        Set Library To (Sys(2004) + "FoxTools.fll") Additive
        _EdGetEnv(_WOnTop(),@laEnv)
        laEnv[22] = "Lucida Console"
        laEnv[23] = 10
        _EdSetEnv(_WonTop(),@laEnv)
        Release Library (Sys(2004) + "FoxTools.Fll")


That would be me! Thanks for the tip, Tracy! Good one for a macro or code in the startup.prg file as a menu option.

--Michael

--
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
"Work smarter, not harder, with MBSS custom software solutions!"



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to