SetScreenGadgetFont()

Syntax

Result = SetScreenGadgetFont(#ScreenGadget, FontID)
Description
Change the font of a gadget.

Parameters

#ScreenGadget The gadget to use. If the value of #ScreenGadget is #PB_Default, then the default font used by new gadgets is changed by the new value.
FontID The font identification number to use. FontID() can be used to get a valid FontID.

Return value

None.

Supported OS

All

<- ScrollBarScreenGadget() - ScreenGadget Index - SetScreenGadgetState() ->