VISIO::FONT
(int object, string fontname)
Description: Determines
the default font to be used in the GUI application. The first
argument references the main window. This is not so strict since every
other widget also points to the default font, so other GUI elements
can be used as well. The font can be set with the second argument.
On Linux and Tru64 the list of available fonts can be retrieved
with the command 'xlsfonts'.
Example: VISIO::FONT
(window, “7x13bold”)