GetFont SEViewScheme

<< Click to Display Table of Contents >>

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

GetFont SEViewScheme

Previous pageReturn to chapter overviewNext page

Purpose

Returns the currently used Font{} object. If the system font is used the method returns a Null_Object.

 

Prototype

METHOD GetFont(lBold) CLASS SEViewScheme

 

Argument

[<lBold>]

Logic value. TRUE retrieves the bold font and FALSE retrieves the normal font.

The default value is FALSE.

 

Return

The currently used Font{} object or Null_Object, if the system font is used.