Base font type for all gadgets
Posted: Sat Mar 04, 2023 10:13 pm
Is there a simpler way to apply a font type/size to all gadgets rather than going SetGadgetFont() for every Gadget I put in?
- a basic to master the web -
https://forums.spiderbasic.com/
Code: Select all
#Font = 0
If LoadFont(#Font, "", 18)
SetGadgetFont(#PB_Default, FontID(#Font))
EndIf