Navigation:  Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:StatusFont ====== Previous pageReturn to chapter overviewNext page

A SYSTEM or WINDOW property that reads and writes the font settings for status bars. This property is used in conjunction with PROP:FontName, PROP:FontSize, PROP:FontColor, and PROP:FontStyle. The status bar uses the default character set (a value of the SYSTEM{PROP:CharSet}).

Example:

! Tahoma is set as a default status bar font

SYSTEM{PROP:FontName + PROP:StatusFont} = 'Tahoma'

! When this window is active, Tahoma 10 is used for status bar

Window{PROP:FontSize + PROP:StatusFont} = 10