User Tools

Site Tools


prop_tipsfont.htm
Navigation:  Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:TipsFont ====== Previous pageReturn to chapter overviewNext 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

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, NoTips, TipDelay/TipDisplay

prop_tipsfont.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1