| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:TipsFont ====== | [[prop tipdelay.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop toolbar.htm|{{btn_next_n.gif|Next page}}]] | | || A property of the SYSTEM built-in variable that reads and writes the font settings for tooltips. This property is used in conjunction with PROP:FontName, PROP:FontSize, PROP:FontColor, and PROP:FontStyle. Tooltips use the default character set (a value of the SYSTEM{PROP:CharSet}). {{notebox.jpg|NoteBox.jpg}} If a theme is active for the program, the theme defined font is using to display tips. In this case, the TipsFont settings made using property assignments to SYSTEM are ignored in this case. **Example:** **SYSTEM {PROP:FontName + PROP:TipsFont}  !set/get font's typeface** **SYSTEM {PROP:FontSize + PROP:TipsFont}  !set/get font's size** **SYSTEM {PROP:FontColor + PROP:TipsFont} !set/get font's color** **SYSTEM {PROP:FontStyle + PROP:TipsFont} !set/get font's style** **See Also:** [[tip set balloon help text .htm|TIP]], [[prop notips.htm|NoTips]], [[prop tipdelay.htm|TipDelay/TipDisplay]]