| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:StatusFont ====== | [[prop state3value.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop step.htm|{{btn_next_n.gif|Next 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**