GuiSetFont
- set the font for on-chart control

GUI functions
(AmiBroker 6.30)


SYNTAX GuiSetFont( ''fontface'', size )
RETURNS NOTHING
FUNCTION Sets the font to be used by all chart controls.

Parameters:

  • fontface - the name of font, such as "Verdana", or "Tahoma"
  • size - point size of the font
EXAMPLE
SEE ALSO GuiButton() function , GuiCheckBox() function , GuiDateTime() function , GuiEdit() function , GuiRadio() function , GuiSlider() function , GuiToggle() function

References:

The GuiSetFont function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.