SetFont SEViewScheme

<< Click to Display Table of Contents >>

Navigation:  SEUIXP Classes for X# > Classes > SEViewScheme >

SetFont SEViewScheme

Previous pageReturn to chapter overviewNext page

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.