GetGadgetFont()
Syntax
FontID = GetGadgetFont(#Gadget)Description
Get the FontID associated with the specified #Gadget. If the #PB_Default constant is used as #Gadget, the default FontID used for new created gadgets is returned. The FontID can be later used with DrawingFont() or similar functions. SetGadgetFont() can be used to change the default gadget font, or affect a font to a specific gadget.
Supported OS
All