<< Click to Display Table of Contents >> SetFont SEViewScheme |
![]() ![]() ![]() |
Purpose
Set the fonts for menu or toolbar.
Prototype
METHOD SetFont(oFontNormal, oFontBold) CLASS SEViewScheme
Argument(s)
<oFontNormal> |
a Font{} object for the normal menu or toolbar font. |
<oFontBold> |
a Font{} object for the bold menu font. This font is used for default menu items in sub menus only. |
If oFontNormal or oFontBold is Null_Object the system font is used. |